Searched refs:FXFONT_FW_NORMAL (Results 1 – 6 of 6) sorted by relevance
27 #define FXFONT_FW_NORMAL 400 macro
844 weight = FXFONT_FW_NORMAL; in FindSubstFont()996 weight = weight ? weight : FXFONT_FW_NORMAL; in FindSubstFont()1002 : (nStyle & FX_FONT_STYLE_Bold ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL); in FindSubstFont()1046 pSubstFont->m_WeightCJK = FXFONT_FW_NORMAL; in FindSubstFont()1057 : (nStyle & FX_FONT_STYLE_Bold ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL); in FindSubstFont()1200 if (weight == FXFONT_FW_NORMAL) { in FindSubstFont()
141 (dwFontStyles & FX_FONTSTYLE_Bold) ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL; in CFX_GEFont()223 (dwFontStyles & FX_FONTSTYLE_Bold) ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL; in LoadFont()
126 (dwFontStyles & FX_FONTSTYLE_Bold) ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL; in GetDefFontByUnicode()
58 #define FXFONT_FW_NORMAL 400 macro
172 : FXFONT_FW_NORMAL); in CreateRootStyle()376 if (pFontStyle->GetFontWeight() > FXFONT_FW_NORMAL) { in GetFont()