Home
last modified time | relevance | path

Searched refs:IsBase14Font (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfapi/font/
Dcpdf_type1font.h30 bool IsBase14Font() const { return m_Base14Font.has_value(); } in IsBase14Font() function
Dcpdf_type1font.cpp90 if (!IsBase14Font()) in Load()
Dcpdf_font.cpp356 return AsType1Font()->IsBase14Font(); in IsStandardFont()