Home
last modified time | relevance | path

Searched refs:IsFontType (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h109 bool IsFontType(int fonttype) const { return fonttype == m_FontType; } in IsFontType() function
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp947 m_Font.LoadSubst(m_BaseFont, IsFontType(PDFFONT_TRUETYPE), m_Flags, weight, in LoadSubstFont()