Searched refs:FXFONT_FW_NORMAL (Results 1 – 7 of 7) sorted by relevance
414 weight = FXFONT_FW_NORMAL; in FindSubstFont()417 weight = FXFONT_FW_NORMAL; in FindSubstFont()585 pSubstFont->m_WeightCJK = nStyle ? weight : FXFONT_FW_NORMAL; in FindSubstFont()685 bNeedUpdateWeight = weight != FXFONT_FW_NORMAL; in FindSubstFont()
33 #define FXFONT_FW_NORMAL 400 macro
28 #define FXFONT_FW_NORMAL 400 macro
189 safeStemV.ValueOrDefault(FXFONT_FW_NORMAL), m_ItalicAngle, 0, in LoadSubstFont()
782 safeStemV.ValueOrDefault(FXFONT_FW_NORMAL), m_ItalicAngle, in LoadSubstFont()
140 pStyle->SetFontWeight(font->IsBold() ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL); in CreateRootStyle()348 if (pStyle->GetFontWeight() > FXFONT_FW_NORMAL) in GetFont()
82 FontStyleIsBold(dwFontStyles) ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL; in LoadFontInternal()