Home
last modified time | relevance | path

Searched refs:SubstFxFont (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/fde/
Dcfde_textout.cpp62 auto SubstFxFont = pdfium::MakeUnique<CFX_SubstFont>(); in DrawString() local
63 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()