Lines Matching refs:FontManager
44 FontManager::FontManager() in FontManager() function in FontManager
53 FontManager::~FontManager() in ~FontManager()
65 FontManager::_GetSupportedCharmap(const FT_Face& face) in _GetSupportedCharmap()
103 FontManager::CountFamilies() in CountFamilies()
114 FontManager::CountStyles(const char *familyName) in CountStyles()
129 FontManager::CountStyles(uint16 familyID) in CountStyles()
140 FontManager::FamilyAt(int32 index) const in FamilyAt()
153 FontManager::GetFamily(const char* name) in GetFamily()
163 FontManager::GetFamily(uint16 familyID) const in GetFamily()
176 FontManager::GetStyleByIndex(const char* familyName, int32 index) in GetStyleByIndex()
187 FontManager::GetStyleByIndex(uint16 familyID, int32 index) in GetStyleByIndex()
203 FontManager::GetStyle(uint16 familyID, uint16 styleID) const in GetStyle()
229 FontManager::GetStyle(const char* familyName, const char* styleName, in GetStyle()
265 FontManager::FindStyleMatchingFace(uint16 face) const in FindStyleMatchingFace()
285 FontManager::RemoveStyle(FontStyle* style) in RemoveStyle()
299 FontManager::Revision() in Revision()
306 FontManager::_AddFont(FT_Face face, node_ref nodeRef, const char* path, in _AddFont()
354 FontManager::_RemoveFont(uint16 familyID, uint16 styleID) in _RemoveFont()
374 FontManager::_RemoveAllFonts() in _RemoveAllFonts()
394 FontManager::_FindFamily(const char* name) const in _FindFamily()
406 FontManager::_FindFamily(uint16 familyID) const in _FindFamily()
421 FontManager::_NextID() in _NextID()