Searched refs:FXFONT_NONSYMBOLIC (Results 1 – 5 of 5) sorted by relevance
43 #define FXFONT_NONSYMBOLIC (1 << 5) macro121 return !!(style & FXFONT_NONSYMBOLIC); in FontStyleIsNonSymbolic()
84 m_Flags = m_Base14Font >= 12 ? FXFONT_SYMBOLIC : FXFONT_NONSYMBOLIC; in Load()
168 m_Flags = pFontDesc->GetIntegerFor("Flags", FXFONT_NONSYMBOLIC); in LoadFontDescriptor()
50 flags |= FXFONT_NONSYMBOLIC; in LoadFontDesc()
295 flags |= FXFONT_NONSYMBOLIC; in CalculateFlags()