Searched refs:m_pMapper (Results 1 – 3 of 3) sorted by relevance
114 m_pMapper = pMapper; in EnumFontList()232 m_pMapper->AddInstalledFont(facename, FXFONT_SHIFTJIS_CHARSET); in ReportFace()236 m_pMapper->AddInstalledFont(facename, FXFONT_GB2312_CHARSET); in ReportFace()240 m_pMapper->AddInstalledFont(facename, FXFONT_CHINESEBIG5_CHARSET); in ReportFace()244 m_pMapper->AddInstalledFont(facename, FXFONT_HANGUL_CHARSET); in ReportFace()248 m_pMapper->AddInstalledFont(facename, FXFONT_SYMBOL_CHARSET); in ReportFace()252 m_pMapper->AddInstalledFont(facename, FXFONT_ANSI_CHARSET); in ReportFace()
64 CFX_FontMapper* m_pMapper; variable
363 CFX_FontMapper* m_pMapper; member in __anon28bd97680111::CFX_Win32FontInfo434 m_pMapper->AddInstalledFont(name, plf->lfCharSet); in AddInstalledFont()442 m_pMapper->AddInstalledFont(name, plf->lfCharSet); in AddInstalledFont()447 m_pMapper = pMapper; in EnumFontList()459 if (!m_pMapper) in FindFont()462 for (size_t i = 0; i < m_pMapper->m_InstalledTTFonts.size(); ++i) { in FindFont()463 CFX_ByteString thisname = m_pMapper->m_InstalledTTFonts[i]; in FindFont()465 return m_pMapper->m_InstalledTTFonts[i]; in FindFont()467 for (size_t i = 0; i < m_pMapper->m_LocalizedTTFonts.size(); ++i) { in FindFont()468 CFX_ByteString thisname = m_pMapper->m_LocalizedTTFonts[i].first; in FindFont()[all …]