HomeSort by relevance Sort by last modified time
    Searched refs:dwFontStyle (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fde/
fde_gedevice.cpp 151 uint32_t dwFontStyle = pFont->GetFontStyles();
155 SubstFxFont->m_Weight = dwFontStyle & FX_FONTSTYLE_Bold ? 700 : 400;
156 SubstFxFont->m_ItalicAngle = dwFontStyle & FX_FONTSTYLE_Italic ? -12 : 0;
158 SubstFxFont->m_bItalicCJK = !!(dwFontStyle & FX_FONTSTYLE_Italic);
  /external/pdfium/xfa/fxfa/app/
xfa_ffwidgetacc.cpp     [all...]

Completed in 151 milliseconds