Searched refs:pFontMapper (Results 1 – 3 of 3) sorted by relevance
72 void CFX_GEModule::SetExtFontMapper(IFX_FontMapper* pFontMapper) in SetExtFontMapper() argument74 GetFontMgr()->m_pExtMapper = pFontMapper; in SetExtFontMapper()75 pFontMapper->m_pFontMgr = m_pFontMgr; in SetExtFontMapper()
148 CFX_FontMapper* pFontMapper = pFontMgr->m_pBuiltinMapper; in FindNativeTrueTypeFont() local149 if(pFontMapper) in FindNativeTrueTypeFont()151 int nSize = pFontMapper->m_InstalledTTFonts.GetSize(); in FindNativeTrueTypeFont()154 pFontMapper->LoadInstalledFonts(); in FindNativeTrueTypeFont()155 nSize = pFontMapper->m_InstalledTTFonts.GetSize(); in FindNativeTrueTypeFont()160 if(pFontMapper->m_InstalledTTFonts[i].Compare(sFontFaceName)) in FindNativeTrueTypeFont()
45 void SetExtFontMapper(IFX_FontMapper* pFontMapper);