Searched refs:m_Base14Font (Results 1 – 2 of 2) sorted by relevance
66 CPDF_Type1Font::CPDF_Type1Font() : m_Base14Font(-1) {} in CPDF_Type1Font()81 m_Base14Font = PDF_GetStandardFontName(&m_BaseFont); in Load()82 if (m_Base14Font >= 0) { in Load()87 m_Flags = m_Base14Font >= 12 ? FXFONT_SYMBOLIC : FXFONT_NONSYMBOLIC; in Load()89 if (m_Base14Font < 4) { in Load()93 if (m_Base14Font == 12) in Load()95 else if (m_Base14Font == 13) in Load()133 if (!IsEmbedded() && (m_Base14Font < 12) && m_Font.IsTTFont()) { in LoadGlyphMap()
23 int GetBase14Font() const { return m_Base14Font; } in GetBase14Font()37 int m_Base14Font; variable