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

  /external/pdfium/xfa/fde/
cfde_textout.cpp 57 uint32_t dwFontStyle = pFont->GetFontStyles();
60 SubstFxFont->m_Weight = FontStyleIsBold(dwFontStyle) ? 700 : 400;
61 SubstFxFont->m_ItalicAngle = FontStyleIsItalic(dwFontStyle) ? -12 : 0;
63 SubstFxFont->m_bItalicCJK = FontStyleIsItalic(dwFontStyle);
  /external/pdfium/xfa/fxfa/
cxfa_widgetacc.cpp     [all...]

Completed in 209 milliseconds