Home | History | Annotate | Download | only in win32

Lines Matching refs:m_pMapper

42     CFX_FontMapper*		m_pMapper;

52 m_pMapper = NULL;
112 m_pMapper->AddInstalledFont(name, plf->lfCharSet);
123 m_pMapper->AddInstalledFont(name, plf->lfCharSet);
134 if (pFontInfo->m_pMapper->GetFontEnumerator()) {
135 pFontInfo->m_pMapper->GetFontEnumerator()->HitFont();
142 m_pMapper = pMapper;
183 if (m_pMapper == NULL) {
186 int nFonts = m_pMapper->m_InstalledTTFonts.GetSize();
188 CFX_ByteString thisname = m_pMapper->m_InstalledTTFonts[i];
191 return m_pMapper->m_InstalledTTFonts[i + 1];
194 return m_pMapper->m_InstalledTTFonts[i];