Home | History | Annotate | Download | only in app

Lines Matching refs:pFontDict

1840     CPDF_Dictionary* pFontDict = ToDictionary(pObj->GetDirect());
1841 if (!pFontDict || pFontDict->GetStringFor("Type") != "Font") {
1844 CPDF_Font* pPDFFont = pDoc->LoadFont(pFontDict);