Searched refs:PDFFONT_CIDFONT (Results 1 – 5 of 5) sorted by relevance
88 #define PDFFONT_CIDFONT 4 macro132 return (m_FontType == PDFFONT_CIDFONT) ? (CPDF_CIDFont*)(void*)this : NULL; in GetCIDFont()
552 if (!pFont->IsEmbedded() && pFont->GetFontType() != PDFFONT_CIDFONT) { in Load()719 if (pFont->GetFontType() & PDFFONT_CIDFONT) { in DrawNormalText()
115 if (pFont->GetFontType() != PDFFONT_CIDFONT) { in GetItemInfo()
1041 CPDF_CIDFont::CPDF_CIDFont() : CPDF_Font(PDFFONT_CIDFONT) { in CPDF_CIDFont()
123 case PDFFONT_CIDFONT: in GetFontTypeName()