Base Framework
|
#include <base/ui/GraphicsContext.h>
Inherits GraphicsContext::GraphicsContextObject.
Public Member Functions | |
Font (const String &name, unsigned short height, FontWeight weight=NORMAL, unsigned int flags=0) | |
Static Public Member Functions | |
static Array< String > | getFonts () |
Handle to a font.
GraphicsContext::Font::Font | ( | const String & | name, |
unsigned short | height, | ||
FontWeight | weight = NORMAL , |
||
unsigned int | flags = 0 |
||
) |
Initializes the font.
name | The name of the font. |
weight | The weight of the font. |
flags | The flags. |