Home
last modified time | relevance | path

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

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