Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_font.h96 bool IsTTFont() const;
Dcfx_font.cpp393 bool CFX_Font::IsTTFont() const { in IsTTFont() function in CFX_Font
549 if (IsTTFont()) in GetBaseFontName()
552 facename += (IsTTFont() ? "," : " ") + style; in GetBaseFontName()
/external/pdfium/core/fpdfapi/font/
Dcpdf_simplefont.cpp222 LoadPDFEncoding(!!m_pFontFile, m_Font.IsTTFont()); in LoadCommon()
Dcpdf_type1font.cpp143 if (!IsEmbedded() && !IsSymbolicFont() && m_Font.IsTTFont()) { in LoadGlyphMap()
/external/pdfium/core/fxge/win32/
Dfx_win32_print.cpp212 if (nChars < 1 || !pFont || !pFont->IsEmbedded() || !pFont->IsTTFont()) in DrawDeviceText()
627 if (nChars < 1 || !pFont || !pFont->IsEmbedded() || !pFont->IsTTFont()) in DrawDeviceText()