Searched refs:GetFontType (Results 1 – 6 of 6) sorted by relevance
198 if (pFont->GetFontType() == PDFFONT_TYPE3) { in ProcessText()547 if (!pFont->IsEmbedded() && pFont->GetFontType() != PDFFONT_CIDFONT) { in Load()637 if (pFont->GetFontType() == PDFFONT_TYPE3) in DrawTextString()681 if (pFont->GetFontType() & PDFFONT_CIDFONT) { in DrawNormalText()
333 if (pFont->GetFontType() != PDFFONT_TYPE1) { in GetStandardFont()
123 if (pFont->GetFontType() != PDFFONT_CIDFONT) { in GetItemInfo()
1287 if (pFont->GetFontType() == PDFFONT_TYPE3) { in AddTextObject()
469 if(pPDFFont->GetFontType() == PDFFONT_TYPE3) { in Display()
86 int GetFontType() const { return m_FontType; } in GetFontType() function