class ffw::GLCanvas::Font

Class List > ffw :: GLCanvas :: Font

Public Attributes

Type Name
const GLCanvas * canvas
int ref

Public Functions

Type Name
Font () = default
Font (const GLCanvas * canvas, int ref)
Font (const Font & other) = delete
Font (Font && other)
Font & operator= (const Font & other) = delete
Font & operator= (Font && other)
void swap (Font & other)
virtual ~Font ()
bool isCreated () const

Public Attributes Documentation

variable canvas

const GLCanvas* ffw::GLCanvas::Font::canvas;

variable ref

int ffw::GLCanvas::Font::ref;

Public Functions Documentation

function Font (1/4)

ffw::GLCanvas::Font::Font () = default

function Font (2/4)

ffw::GLCanvas::Font::Font (
    const GLCanvas * canvas,
    int ref
)

function Font (3/4)

ffw::GLCanvas::Font::Font (
    const Font & other
) = delete

function Font (4/4)

ffw::GLCanvas::Font::Font (
    Font && other
)

function operator= (1/2)

Font & ffw::GLCanvas::Font::operator= (
    const Font & other
) = delete

function operator= (2/2)

Font & ffw::GLCanvas::Font::operator= (
    Font && other
)

function swap

void ffw::GLCanvas::Font::swap (
    Font & other
)

function ~Font

virtual ffw::GLCanvas::Font::~Font ()

function isCreated

bool ffw::GLCanvas::Font::isCreated () const

The documentation for this class was generated from the following file: include/ffw/graphics/glcanvas.h