Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp362 ByteString GetSubstName(const ByteString& name, bool is_truetype) { in GetSubstName() argument
364 if (is_truetype && name.Front() == '@') in GetSubstName()
568 bool is_truetype, in FindSubstFont() argument
581 const ByteString subst_name = GetSubstName(name, is_truetype); in FindSubstFont()
582 if (subst_name == "Symbol" && !is_truetype) { in FindSubstFont()
726 return FindSubstFont(family, is_truetype, flags & ~FXFONT_SYMBOLIC, weight, in FindSubstFont()
Dcfx_fontmapper.h69 bool is_truetype,