Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_font.h133 FontType GetFontType() const { return m_FontType; } in GetFontType()
134 void SetFontType(FontType type) { m_FontType = type; } in SetFontType()
172 FontType m_FontType = FontType::kUnknown; variable
/external/pdfium/core/fpdfapi/font/
Dcpdf_cidfont.cpp433 m_FontType = in Load()
471 if (m_FontType == CIDFontType::kType1) in Load()
512 if (m_FontType == CIDFontType::kTrueType && IsEmbedded()) in Load()
801 if (m_FontType == CIDFontType::kType1) in GlyphFromCharCode()
853 m_Font.LoadSubst(m_BaseFontName, m_FontType == CIDFontType::kTrueType, in LoadSubstFont()
Dcpdf_cidfont.h83 CIDFontType m_FontType = CIDFontType::kTrueType; variable