Searched refs:IsType3Font (Results 1 – 7 of 7) sorted by relevance
43 virtual bool IsType3Font() const;69 bool IsEmbedded() const { return IsType3Font() || m_pFontFile != nullptr; } in IsEmbedded()
26 bool IsType3Font() const override;
32 bool CPDF_Type3Font::IsType3Font() const { in IsType3Font() function in CPDF_Type3Font
81 bool CPDF_Font::IsType3Font() const { in IsType3Font() function in CPDF_Font
83 if (pFont->IsType3Font()) in DrawTextString()
1737 if (pFont->IsType3Font()) in ProcessText()
1179 if (pFont && pFont->IsType3Font()) { in FindFont()1249 pFont->IsType3Font() ? TextRenderingMode::MODE_FILL in AddTextObject()