Searched refs:FXFONT_FW_NORMAL (Results 1 – 3 of 3) sorted by relevance
27 #define FXFONT_FW_NORMAL 400 macro
886 weight = FXFONT_FW_NORMAL; in FindSubstFont()1038 weight = weight ? weight : FXFONT_FW_NORMAL; in FindSubstFont()1041 …& FX_FONT_STYLE_BoldBold ? 900 : (nStyle & FX_FONT_STYLE_Bold ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL); in FindSubstFont()1082 pSubstFont->m_WeightCJK = FXFONT_FW_NORMAL; in FindSubstFont()1090 …& FX_FONT_STYLE_BoldBold ? 900 : (nStyle & FX_FONT_STYLE_Bold ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL); in FindSubstFont()1236 if (weight == FXFONT_FW_NORMAL) { in FindSubstFont()
49 #define FXFONT_FW_NORMAL 400 macro