Home | History | Annotate | Download | only in ge

Lines Matching refs:m_pFontInfo

470     m_pFontInfo = NULL;

486 if (m_pFontInfo) {
487 m_pFontInfo->Release();
495 if (m_pFontInfo) {
496 m_pFontInfo->Release();
498 m_pFontInfo = pFontInfo;
578 if (m_pFontInfo == NULL) {
582 FX_DWORD size = m_pFontInfo->GetFontData(hFont, 0x6e616d65, NULL, 0);
588 m_pFontInfo->GetFontData(hFont, 0x6e616d65, buffer, size);
596 if (m_pFontInfo == NULL) {
614 void* hFont = m_pFontInfo->GetFont(name);
617 hFont = m_pFontInfo->MapFont(0, 0, FXFONT_DEFAULT_CHARSET, 0, name, bExact);
627 m_pFontInfo->DeleteFont(hFont);
634 if (m_pFontInfo == NULL) {
643 m_pFontInfo->EnumFontList(this);
1094 if (m_pFontInfo == NULL) {
1165 void* hFont = m_pFontInfo->MapFont(weight, bItalic, Charset, PitchFamily, family, bExact);
1179 hFont = m_pFontInfo->GetFont(match);
1215 hFont = m_pFontInfo->GetFont(m_FaceArray[index]);
1219 pSubstFont->m_ExtHandle = m_pFontInfo->RetainFont(hFont);
1223 m_pFontInfo->GetFaceName(hFont, SubstName);
1225 m_pFontInfo->GetFontCharset(hFont, Charset);
1227 FX_DWORD ttc_size = m_pFontInfo->GetFontData(hFont, 0x74746366, NULL, 0);
1228 FX_DWORD font_size = m_pFontInfo->GetFontData(hFont, 0, NULL, 0);
1230 m_pFontInfo->DeleteFont(hFont);
1236 m_pFontInfo->GetFontData(hFont, 0x74746366, temp, 1024);
1246 m_pFontInfo->GetFontData(hFont, 0x74746366, pFontData, ttc_size);
1257 m_pFontInfo->DeleteFont(hFont);
1260 m_pFontInfo->GetFontData(hFont, 0, pFontData, font_size);
1261 face = m_pFontMgr->AddCachedFace(SubstName, weight, bItalic, pFontData, font_size, m_pFontInfo->GetFaceIndex(hFont));
1265 m_pFontInfo->DeleteFont(hFont);
1295 m_pFontInfo->DeleteFont(hFont);