Searched refs:FXFONT_FW_BOLD (Results 1 – 5 of 5) sorted by relevance
29 #define FXFONT_FW_BOLD 700 macro
82 FontStyleIsBold(dwFontStyles) ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL; in LoadFontInternal()145 if (pSubstFont->m_Weight == FXFONT_FW_BOLD) in GetFontStyles()
34 #define FXFONT_FW_BOLD 700 macro
492 weight = FXFONT_FW_BOLD; in FindSubstFont()520 weight = FXFONT_FW_BOLD; in FindSubstFont()683 bNeedUpdateWeight = weight != FXFONT_FW_BOLD; in FindSubstFont()
140 pStyle->SetFontWeight(font->IsBold() ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL); in CreateRootStyle()