Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp161 ByteString TT_NormalizeName(const char* family) { in TT_NormalizeName() function
354 ByteString norm1 = TT_NormalizeName(m_InstalledTTFonts[i].c_str()); in MatchInstalledFonts()
359 ByteString norm1 = TT_NormalizeName(m_LocalizedTTFonts[i].first.c_str()); in MatchInstalledFonts()
558 ByteString match = MatchInstalledFonts(TT_NormalizeName(family.c_str())); in FindSubstFont()
561 match = MatchInstalledFonts(TT_NormalizeName(SubstName.c_str())); in FindSubstFont()