Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.h35 #define FX_FONTSTYLE_BoldItalic (FX_FONTSTYLE_Bold | FX_FONTSTYLE_Italic) macro
Dcfgas_fontmgr.cpp57 if ((font.dwFontStyles & FX_FONTSTYLE_BoldItalic) == in MatchDefaultFont()
58 FX_FONTSTYLE_BoldItalic) { in MatchDefaultFont()