Searched refs:PDFFONT_TYPE1 (Results 1 – 3 of 3) sorted by relevance
61 #define PDFFONT_TYPE1 1 macro112 return m_FontType == PDFFONT_TYPE1 ? (CPDF_Type1Font*)(void*)this : NULL; in GetType1Font()
152 case PDFFONT_TYPE1: in GetFontTypeName()808 if (m_FontType != PDFFONT_TYPE1) { in IsStandardFont()1023 CPDF_Type1Font::CPDF_Type1Font() : CPDF_SimpleFont(PDFFONT_TYPE1) in CPDF_Type1Font()
333 if (pFont->GetFontType() != PDFFONT_TYPE1) { in GetStandardFont()