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

/external/pdfium/core/include/fpdfapi/
H A Dfpdf_resource.h72 return m_FontType;
99 return m_FontType == PDFFONT_TYPE1 ? (CPDF_Type1Font*)(void*)this : NULL;
104 return m_FontType == PDFFONT_TRUETYPE ? (CPDF_TrueTypeFont*)(void*)this : NULL;
109 return (m_FontType == PDFFONT_CIDFONT) ? (CPDF_CIDFont*)(void*)this : NULL;
114 return (m_FontType == PDFFONT_TYPE3) ? (CPDF_Type3Font*)(void*)this : NULL;
120 return m_FontType == PDFFONT_TYPE3 || m_pFontFile != NULL;
264 int m_FontType; member in class:CPDF_Font

Completed in 70 milliseconds