Home | History | Annotate | Download | only in fpdf_page

Lines Matching defs:pFontDict

1305     CPDF_Dictionary* pFontDict = (CPDF_Dictionary*)FindResourceObj(FX_BSTRC("Font"), name);

1306 if (pFontDict == NULL || pFontDict->GetType() != PDFOBJ_DICTIONARY) {
1310 CPDF_Font* pFont = m_pDocument->LoadFont(pFontDict);