Searched refs:SubstFxFont (Results 1 – 1 of 1) sorted by relevance
153 CFX_SubstFont* SubstFxFont = new CFX_SubstFont(); in DrawString() local154 FxFont.SetSubstFont(std::unique_ptr<CFX_SubstFont>(SubstFxFont)); in DrawString()155 SubstFxFont->m_Weight = dwFontStyle & FX_FONTSTYLE_Bold ? 700 : 400; in DrawString()156 SubstFxFont->m_ItalicAngle = dwFontStyle & FX_FONTSTYLE_Italic ? -12 : 0; in DrawString()157 SubstFxFont->m_WeightCJK = SubstFxFont->m_Weight; in DrawString()158 SubstFxFont->m_bItalicCJK = !!(dwFontStyle & FX_FONTSTYLE_Italic); in DrawString()