Home | History | Annotate | Download | only in fpdf_font

Lines Matching refs:m_FontType

111     m_FontType = 0;

152 switch (m_FontType) {
444 pFont->m_FontType = PDFFONT_CIDFONT;
458 pFont->m_FontType = PDFFONT_TRUETYPE;
462 pFont->m_FontType = PDFFONT_TYPE3;
466 pFont->m_FontType = PDFFONT_CIDFONT;
470 pFont->m_FontType = PDFFONT_TYPE1;
819 if (m_FontType != PDFFONT_TYPE1) {
1029 m_Font.LoadSubst(m_BaseFont, m_FontType == PDFFONT_TRUETYPE, m_Flags, weight, m_ItalicAngle, 0);