Searched refs:FX_FONT_STYLE_Bold (Results 1 – 1 of 1) sorted by relevance
20 #define FX_FONT_STYLE_Bold 0x01 macro210 if ((nStyle & FX_FONT_STYLE_Bold) == FX_FONT_STYLE_Bold) in GetFontFamily()474 nStyle |= FX_FONT_STYLE_Bold; in FindSubstFont()497 nStyle |= FX_FONT_STYLE_Bold; in FindSubstFont()501 nStyle |= (FX_FONT_STYLE_Bold | FX_FONT_STYLE_Italic); in FindSubstFont()533 if (nStyle & FX_FONT_STYLE_Bold) in FindSubstFont()536 nStyle |= FX_FONT_STYLE_Bold; in FindSubstFont()540 if (nStyle & FX_FONT_STYLE_Bold) in FindSubstFont()543 nStyle |= FX_FONT_STYLE_Bold; in FindSubstFont()555 : (nStyle & FX_FONT_STYLE_Bold ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL); in FindSubstFont()[all …]