Lines Matching refs:pPDFFont
62 CPDF_Font* pPDFFont = m_pDoc->LoadFont(pFontDict); in FindFont() local
63 if (!pPDFFont) in FindFont()
66 if (!pPDFFont->IsEmbedded()) { in FindFont()
67 *pDstPDFFont = pPDFFont; in FindFont()
70 return CFGAS_GEFont::LoadFont(pPDFFont->GetFont(), m_pFontMgr.Get()); in FindFont()
78 CPDF_Font** pPDFFont, in GetFont() argument
91 FindFont(strFontName, bBold, bItalic, pPDFFont, bStrictMatch); in GetFont()
196 CPDF_Font* pPDFFont = it->second; in GetCharWidth() local
197 *pWidth = pPDFFont->GetCharWidthF(pPDFFont->CharCodeFromUnicode(wUnicode)); in GetCharWidth()
202 CPDF_Font* pPDFFont) { in SetFont() argument
203 m_FDE2PDFFont[pFont] = pPDFFont; in SetFont()