Searched refs:m_pMapper (Results 1 – 3 of 3) sorted by relevance
62 CFX_FontMapper* m_pMapper; member in CFX_Win32FontInfo71 m_pMapper = NULL; in ~CFX_Win32FontInfo()130 m_pMapper->AddInstalledFont(name, plf->lfCharSet); in AddInstalledFont()141 m_pMapper->AddInstalledFont(name, plf->lfCharSet); in AddInstalledFont()149 if (pFontInfo->m_pMapper->GetFontEnumerator()) { in FontEnumProc()150 pFontInfo->m_pMapper->GetFontEnumerator()->HitFont(); in FontEnumProc()156 m_pMapper = pMapper; in EnumFontList()195 if (!m_pMapper) { in FindFont()198 int nFonts = m_pMapper->m_InstalledTTFonts.GetSize(); in FindFont()200 CFX_ByteString thisname = m_pMapper->m_InstalledTTFonts[i]; in FindFont()[all …]
1330 m_pMapper = pMapper; in EnumFontList()1440 m_pMapper->AddInstalledFont(facename, FXFONT_SHIFTJIS_CHARSET); in ReportFace()1444 m_pMapper->AddInstalledFont(facename, FXFONT_GB2312_CHARSET); in ReportFace()1448 m_pMapper->AddInstalledFont(facename, FXFONT_CHINESEBIG5_CHARSET); in ReportFace()1452 m_pMapper->AddInstalledFont(facename, FXFONT_HANGEUL_CHARSET); in ReportFace()1456 m_pMapper->AddInstalledFont(facename, FXFONT_SYMBOL_CHARSET); in ReportFace()1460 m_pMapper->AddInstalledFont(facename, FXFONT_ANSI_CHARSET); in ReportFace()
420 CFX_FontMapper* m_pMapper; variable