Searched refs:IsType1Font (Results 1 – 7 of 7) sorted by relevance
23 bool IsType1Font() const override;
63 bool CPDF_Font::IsType1Font() const { in IsType1Font() function in CPDF_Font352 if (!IsType1Font()) in IsStandardFont()
71 virtual bool IsType1Font() const;
76 bool CPDF_Type1Font::IsType1Font() const { in IsType1Font() function in CPDF_Type1Font
502 if (pFont->IsType1Font()) { in ProcessText()
208 if (!pFont->IsType1Font()) in GetStandardFont()
2428 EXPECT_TRUE(typed_font->IsType1Font()); in TEST_F()