Searched defs:PDFFONT_TYPE3 (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/include/fpdfapi/
H A Dfpdf_resource.h43 #define PDFFONT_TYPE3 3 macro
114 return (m_FontType == PDFFONT_TYPE3) ? (CPDF_Type3Font*)(void*)this : NULL;
120 return m_FontType == PDFFONT_TYPE3 || m_pFontFile != NULL;

Completed in 36 milliseconds