Searched refs:FXFONT_ITALIC (Results 1 – 5 of 5) sorted by relevance
204 if (dwStyle & FXFONT_ITALIC) { in FPF_SKIAGetFamilyHash()318 if ((dwStyle & FXFONT_ITALIC) == (pFontDes->m_dwStyle & FXFONT_ITALIC)) { in CreateFont()534 pFontDesc->m_dwStyle |= FXFONT_ITALIC; in ReportFace()
36 dwStyle |= FXFONT_ITALIC; in MapFont()
191 if ((style & FXFONT_ITALIC) == bItalic) { in _LinuxGetSimilarValue()
1160 if (flags & FXFONT_ITALIC) { in FindSubstFont()1483 pInfo->m_Styles |= FXFONT_ITALIC; in ReportFace()
29 #define FXFONT_ITALIC 0x40 macro