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

  /external/pdfium/xfa/src/fgas/include/
fx_fnt.h 13 #define FX_FONTSTYLE_Serif 0x02
  /external/pdfium/xfa/src/fgas/src/font/
fx_fontutils.cpp 14 if (dwFontStyles & FX_FONTSTYLE_Serif) {
fx_stdfontmgr.cpp 426 if ((dwFontStyles & FX_FONTSTYLE_Serif) ==
427 (pFont->dwFontStyles & FX_FONTSTYLE_Serif)) {
446 dwStyles |= FX_FONTSTYLE_Serif;
    [all...]
fx_gdifont.cpp 172 if (dwFontStyles & FX_FONTSTYLE_Serif) {
fx_gefont.cpp 204 if (dwFontStyles & FX_FONTSTYLE_Serif) {

Completed in 38 milliseconds