Searched refs:PDFFONT_TYPE3 (Results 1 – 5 of 5) sorted by relevance
43 #define PDFFONT_TYPE3 3 macro114 return (m_FontType == PDFFONT_TYPE3) ? (CPDF_Type3Font*)(void*)this : NULL; in GetType3Font()120 return m_FontType == PDFFONT_TYPE3 || m_pFontFile != NULL; in IsEmbedded()
198 if (pFont->GetFontType() == PDFFONT_TYPE3) { in ProcessText()651 if (pFont->GetFontType() == PDFFONT_TYPE3) in DrawTextString()
472 if(pPDFFont->GetFontType() == PDFFONT_TYPE3) { in Display()
157 case PDFFONT_TYPE3: in GetFontTypeName()462 pFont->m_FontType = PDFFONT_TYPE3; in CreateFontF()
1381 if (pFont->GetFontType() == PDFFONT_TYPE3) { in AddTextObject()