Searched refs:pFXFont (Results 1 – 2 of 2) sorted by relevance
133 CFX_Font* pFXFont = new CFX_Font; in GetDefFontByUnicode() local134 pFXFont->m_Face = ftFace; in GetDefFontByUnicode()135 pFXFont->m_pFontData = FXFT_Get_Face_Stream_Base(ftFace); in GetDefFontByUnicode()136 pFXFont->m_dwSize = FXFT_Get_Face_Stream_Size(ftFace); in GetDefFontByUnicode()137 pFont = IFX_Font::LoadFont(pFXFont, this); in GetDefFontByUnicode()139 CFX_WideString wsPsName = pFXFont->GetPsName(); in GetDefFontByUnicode()
188 CFX_Font* pFXFont = new CFX_Font(); in AddNativeTrueTypeFontToPDF() local189 pFXFont->LoadSubst(sFontFaceName, TRUE, 0, 0, 0, CharSet2CP(nCharset), in AddNativeTrueTypeFontToPDF()191 CPDF_Font* pFont = pDoc->AddFont(pFXFont, nCharset, FALSE); in AddNativeTrueTypeFontToPDF()192 delete pFXFont; in AddNativeTrueTypeFontToPDF()