|
Fission FSN
|
#include <fsCFontManager.h>

Public Member Functions | |
| fsIFont * | fontGet (const fsSFontParams &pParams) |
Protected Member Functions | |
| fsCFontManager () | |
| virtual | ~fsCFontManager () |
| Protected Member Functions inherited from fsTSingleton< fsCFontManager > | |
| fsTSingleton ()=default | |
| ~fsTSingleton ()=default | |
Protected Attributes | |
| std::map< fsStr, std::unique_ptr< fsIFont > > | mCachedFonts |
Friends | |
| class | fsTSingleton< fsCFontManager > |
Additional Inherited Members | |
| Static Public Member Functions inherited from fsTSingleton< fsCFontManager > | |
| static void | create () |
| static fsCFontManager * | instanceGet () |
| static void | destroy () |
| Static Protected Attributes inherited from fsTSingleton< fsCFontManager > | |
| static fsCFontManager * | mInstance |
|
protected |
|
protectedvirtual |
| fsIFont * fsCFontManager::fontGet | ( | const fsSFontParams & | pParams | ) |
|
friend |