Home
last modified time | relevance | path

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

/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h86 #define PDFFONT_TRUETYPE 2 macro
127 return m_FontType == PDFFONT_TRUETYPE ? (CPDF_TrueTypeFont*)(void*)this in GetTrueTypeFont()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp119 case PDFFONT_TRUETYPE: in GetFontTypeName()
947 m_Font.LoadSubst(m_BaseFont, IsFontType(PDFFONT_TRUETYPE), m_Flags, weight, in LoadSubstFont()
1394 CPDF_TrueTypeFont::CPDF_TrueTypeFont() : CPDF_SimpleFont(PDFFONT_TRUETYPE) {} in CPDF_TrueTypeFont()