Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/include/
Dfx_fnt.h18 #define FX_FONTSTYLE_BoldItalic (FX_FONTSTYLE_Bold | FX_FONTSTYLE_Italic) macro
/external/pdfium/xfa/src/fgas/src/font/
Dfx_stdfontmgr.cpp368 if ((pFont->dwFontStyles & FX_FONTSTYLE_BoldItalic) == in FX_DefFontMatcher()
369 FX_FONTSTYLE_BoldItalic) { in FX_DefFontMatcher()