![]() |
Skylicht Engine
|
This is an object class that supports the management and loading of .font files. More...
#include <Graphics2D/SpriteFrame/CFontManager.h>
Public Member Functions | |
| CFontSource * | loadFontSource (const char *path) |
| CFontSource * | getFontById (const char *id) |
| void | releaseFont (CFontSource *font) |
Static Public Member Functions | |
| static std::vector< std::string > | getFontExts () |
| static bool | isFontExt (const char *ext) |
Protected Attributes | |
| std::map< std::string, CFontSource * > | m_idToFont |
| std::map< std::string, CFontSource * > | m_pathToFont |
This is an object class that supports the management and loading of .font files.