Searched refs:SubstFxFont (Results 1 – 1 of 1) sorted by relevance
62 auto SubstFxFont = pdfium::MakeUnique<CFX_SubstFont>(); in DrawString() local63 SubstFxFont->m_Weight = FontStyleIsForceBold(dwFontStyle) ? 700 : 400; in DrawString()64 SubstFxFont->m_ItalicAngle = FontStyleIsItalic(dwFontStyle) ? -12 : 0; in DrawString()65 SubstFxFont->m_WeightCJK = SubstFxFont->m_Weight; in DrawString()66 SubstFxFont->m_bItalicCJK = FontStyleIsItalic(dwFontStyle); in DrawString()67 FxFont.SetSubstFont(std::move(SubstFxFont)); in DrawString()