Searched refs:IsFixedFont (Results 1 – 4 of 4) sorted by relevance
101 if (IsFixedFont()) { in Load()333 bool CPDF_Type1Font::IsFixedFont() const { in IsFixedFont() function in CPDF_Type1Font335 CFX_FontMapper::IsFixedFont(m_Base14Font.value()); in IsFixedFont()
42 bool IsFixedFont() const;
47 static bool IsFixedFont(StandardFont font);
786 bool CFX_FontMapper::IsFixedFont(StandardFont font) { in IsFixedFont() function in CFX_FontMapper