Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxge/
Dfx_font.h106 FX_BOOL IsTTFont();
/external/pdfium/core/src/fxge/ge/
Dfx_ge_font.cpp203 FX_BOOL CFX_Font::IsTTFont() in IsTTFont() function in CFX_Font
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp983 … LoadPDFEncoding(pEncoding, m_BaseEncoding, m_pCharNames, m_pFontFile != NULL, m_Font.IsTTFont()); in LoadCommon()
1144 if (!IsEmbedded() && (m_Base14Font < 12) && m_Font.IsTTFont()) { in LoadGlyphMap()