Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_fontmapper.h55 ByteString MatchInstalledFonts(const ByteString& norm_name);
Dcfx_fontmapper.cpp350 ByteString CFX_FontMapper::MatchInstalledFonts(const ByteString& norm_name) { in MatchInstalledFonts() function in CFX_FontMapper
558 ByteString match = MatchInstalledFonts(TT_NormalizeName(family.c_str())); in FindSubstFont()
561 match = MatchInstalledFonts(TT_NormalizeName(SubstName.c_str())); in FindSubstFont()