Searched refs:GetFontType (Results 1 – 5 of 5) sorted by relevance
201 if (pFont->GetFontType() == PDFFONT_TYPE3) { in ProcessText()552 if (!pFont->IsEmbedded() && pFont->GetFontType() != PDFFONT_CIDFONT) { in Load()668 if (pFont->GetFontType() == PDFFONT_TYPE3) in DrawTextString()719 if (pFont->GetFontType() & PDFFONT_CIDFONT) { in DrawNormalText()
264 if (pFont->GetFontType() != PDFFONT_TYPE1) in GetStandardFont()
115 if (pFont->GetFontType() != PDFFONT_CIDFONT) { in GetItemInfo()
1235 if (pFont->GetFontType() == PDFFONT_TYPE3) { in AddTextObject()
110 int GetFontType() const { return m_FontType; } in GetFontType() function