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

  /external/pdfium/xfa/src/fdp/src/css/
fde_cssdatatable.cpp 88 FX_DWORD dwFontStyle = FX_FONTSTYLE_Normal;
90 dwFontStyle |= FX_FONTSTYLE_Italic;
93 dwFontStyle |= FX_FONTSTYLE_Bold;
95 return dwFontStyle;
    [all...]
  /external/pdfium/xfa/src/fdp/src/fde/
fde_gedevice.cpp 164 FX_DWORD dwFontStyle = pFont->GetFontStyles();
168 SubstFxFont.m_Weight = dwFontStyle & FX_FONTSTYLE_Bold ? 700 : 400;
170 SubstFxFont.m_ItalicAngle = dwFontStyle & FX_FONTSTYLE_Italic ? -12 : 0;
171 SubstFxFont.m_bItlicCJK = !!(dwFontStyle & FX_FONTSTYLE_Italic);

Completed in 43 milliseconds