Public Member Functions | |
| FontPhysical () | |
| bool | CreateFromFile (const String &szPath, bool bRegisterGlobally=true) |
| bool | CreateFromMemory (void *vpAddress, int iSize, const String &szPath, bool bRegisterGlobally=true) |
| String & | Family () |
| String & | Style () |
| String & | Path () |
| void * | Data () |
| int | Size () |
| sGlyph * | GetCachedGlyph (int iSize, unsigned int uiIndex) |
| bool | AddGlyphToCache (int iSize, unsigned int uiIndex, sGlyph *pGlyph) |
| FontPhysical::FontPhysical | ( | ) |
| bool FontPhysical::CreateFromFile | ( | const String & | szPath, | |
| bool | bRegisterGlobally = true | |||
| ) |
| bool FontPhysical::CreateFromMemory | ( | void * | vpAddress, | |
| int | iSize, | |||
| const String & | szPath, | |||
| bool | bRegisterGlobally = true | |||
| ) |
| String& SkyGI::FontPhysical::Family | ( | ) | [inline] |
| String& SkyGI::FontPhysical::Style | ( | ) | [inline] |
| String& SkyGI::FontPhysical::Path | ( | ) | [inline] |
| void* SkyGI::FontPhysical::Data | ( | ) | [inline] |
| int SkyGI::FontPhysical::Size | ( | ) | [inline] |
| sGlyph * FontPhysical::GetCachedGlyph | ( | int | iSize, | |
| unsigned int | uiIndex | |||
| ) |
| bool FontPhysical::AddGlyphToCache | ( | int | iSize, | |
| unsigned int | uiIndex, | |||
| sGlyph * | pGlyph | |||
| ) |
1.5.1-p1