Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_fontmapper.h79 bool HasInstalledFont(ByteStringView name) const;
Dcfx_fontmapper.cpp759 bool CFX_FontMapper::HasInstalledFont(ByteStringView name) const { in HasInstalledFont() function in CFX_FontMapper
/external/pdfium/core/fpdfdoc/
Dcpdf_bafontmap.cpp38 return pFontMapper->HasInstalledFont(sFontFaceName) || in FindNativeTrueTypeFont()