Searched refs:m_FontType (Results 1 – 3 of 3) sorted by relevance
133 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
433 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()
83 CIDFontType m_FontType = CIDFontType::kTrueType; variable