Polycode
|
Manages fonts. More...
Public Member Functions | |
void | registerFont (const String &fontName, const String &fontPath) |
Loads and registers a new font for use. | |
Font * | getFontByName (const String &fontName) |
Retuns a font based on the registerd font name. |
Manages fonts.
The font manager shoudl only be accessed via the CoreServices singleton.
Font * FontManager::getFontByName | ( | const String & | fontName | ) |
Retuns a font based on the registerd font name.
fontName | Name of registered font name. |