Searched defs:fonttype (Results 1 – 2 of 2) sorted by relevance
84 CPDF_Font::CPDF_Font(int fonttype) : m_FontType(fonttype) { in CPDF_Font()754 CPDF_SimpleFont::CPDF_SimpleFont(int fonttype) : CPDF_Font(fonttype) { in CPDF_SimpleFont()
109 bool IsFontType(int fonttype) const { return fonttype == m_FontType; } in IsFontType()