Searched refs:is_truetype (Results 1 – 2 of 2) sorted by relevance
362 ByteString GetSubstName(const ByteString& name, bool is_truetype) { in GetSubstName() argument364 if (is_truetype && name.Front() == '@') in GetSubstName()568 bool is_truetype, in FindSubstFont() argument581 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()
69 bool is_truetype,