Searched refs:FXFONT_FW_BOLD (Results 1 – 5 of 5) sorted by relevance
114 (dwFontStyles & FX_FONTSTYLE_Bold) ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL; in CFGAS_GEFont()150 (dwFontStyles & FX_FONTSTYLE_Bold) ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL; in LoadFontInternal()253 if (pSubstFont->m_Weight == FXFONT_FW_BOLD) in GetFontStyles()
29 #define FXFONT_FW_BOLD 700 macro
555 : (nStyle & FX_FONT_STYLE_Bold ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL); in FindSubstFont()607 : (nStyle & FX_FONT_STYLE_Bold ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL); in FindSubstFont()703 bNeedUpdateWeight = weight != FXFONT_FW_BOLD; in FindSubstFont()
59 #define FXFONT_FW_BOLD 700 macro
145 pStyle->SetFontWeight(font.IsBold() ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL); in CreateRootStyle()