Searched refs:FXFONT_FW_BOLD (Results 1 – 6 of 6) sorted by relevance
37 #define FXFONT_FW_BOLD 700 macro
81 FontStyleIsForceBold(dwFontStyles) ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL; in LoadFontInternal()142 if (pSubstFont->m_Weight == FXFONT_FW_BOLD) in GetFontStyles()
23 #define FXFONT_FW_BOLD 700 macro
265 *weight = FXFONT_FW_BOLD; in ParseStyles()554 FXFT_Is_Face_Bold(face->GetRec()) ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL; in UseExternalSubst()643 weight = FXFONT_FW_BOLD; in FindSubstFont()
556 return subst_font && subst_font->GetOriginalWeight() >= FXFONT_FW_BOLD; in IsSubstFontBold()
155 pStyle->SetFontWeight(font->IsBold() ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL); in CreateRootStyle()