Searched refs:m_pSubstFont (Results 1 – 5 of 5) sorted by relevance
14 m_pSubstFont = NULL; in CFX_Font()31 if (m_pSubstFont) { in ~CFX_Font()32 delete m_pSubstFont; in ~CFX_Font()33 m_pSubstFont = NULL; in ~CFX_Font()71 m_pSubstFont = new CFX_SubstFont; in LoadSubst()73 CharsetCP, m_pSubstFont); in LoadSubst()75 if(m_pSubstFont->m_ExtHandle) { in LoadSubst()76 m_pPlatformFont = m_pSubstFont->m_ExtHandle; in LoadSubst()77 m_pSubstFont->m_ExtHandle = NULL; in LoadSubst()146 if (m_pSubstFont && (m_pSubstFont->m_SubstFlags & FXFONT_SUBST_MM)) { in GetGlyphWidth()[all …]
1610 if (m_pSubstFont) { in LoadGlyphPath()1611 if (m_pSubstFont->m_ItalicAngle) { in LoadGlyphPath()1612 int skew = m_pSubstFont->m_ItalicAngle; in LoadGlyphPath()1620 if (m_pSubstFont->m_SubstFlags & FXFONT_SUBST_MM) { in LoadGlyphPath()1621 AdjustMMParams(glyph_index, dest_width, m_pSubstFont->m_Weight); in LoadGlyphPath()1630 …if (m_pSubstFont && !(m_pSubstFont->m_SubstFlags & FXFONT_SUBST_MM) && m_pSubstFont->m_Weight > 40… in LoadGlyphPath()1631 int index = (m_pSubstFont->m_Weight - 400) / 10; in LoadGlyphPath()1635 if (m_pSubstFont->m_Charset == FXFONT_SHIFTJIS_CHARSET) { in LoadGlyphPath()
72 return m_pSubstFont; in GetSubstFont()118 CFX_SubstFont* m_pSubstFont; variable
1020 …pFontDesc->SetAtInteger("ItalicAngle", pFont->m_pSubstFont ? pFont->m_pSubstFont->m_ItalicAngle : … in AddFont()1032 if (pFont->m_pSubstFont) { in AddFont()1033 nStemV = pFont->m_pSubstFont->m_Weight / 5; in AddFont()
1015 if (m_Font.m_pSubstFont->m_SubstFlags & FXFONT_SUBST_NONSYMBOL) { in LoadSubstFont()