Searched refs:IsType1Font (Results 1 – 6 of 6) sorted by relevance
18 bool IsType1Font() const override;
38 virtual bool IsType1Font() const;
69 bool CPDF_Font::IsType1Font() const { in IsType1Font() function in CPDF_Font423 if (!IsType1Font()) in IsStandardFont()
68 bool CPDF_Type1Font::IsType1Font() const { in IsType1Font() function in CPDF_Type1Font
169 if (!pFont->IsType1Font()) in GetStandardFont()
459 EXPECT_TRUE(type1_font->IsType1Font()); in TEST_F()