Searched refs:FXFONT_ITALIC (Results 1 – 5 of 5) sorted by relevance
193 if (dwStyle & FXFONT_ITALIC) { in FPF_SKIAGetFamilyHash()297 if ((dwStyle & FXFONT_ITALIC) == (pFontDes->m_dwStyle & FXFONT_ITALIC)) { in CreateFont()506 pFontDesc->m_dwStyle |= FXFONT_ITALIC; in ReportFace()
35 dwStyle |= FXFONT_ITALIC; in MapFont()
214 dwFlags |= FXFONT_ITALIC; in LoadFont()230 if ((dwFlags & FXFONT_ITALIC) && (dwFlags & FXFONT_BOLD)) { in LoadFont()234 } else if (dwFlags & FXFONT_ITALIC) { in LoadFont()
398 if ((style & FXFONT_ITALIC) == bItalic) { in GetSimilarValue()1079 if (flags & FXFONT_ITALIC) { in FindSubstFont()1228 FX_BOOL bItalic = (flags & FXFONT_ITALIC) != 0; in FindSubstFontByUnicode()1467 pInfo->m_Styles |= FXFONT_ITALIC; in ReportFace()
33 #define FXFONT_ITALIC 0x40 macro