Searched refs:SetFontWeight (Results 1 – 3 of 3) sorted by relevance
69 void SetFontWeight(uint16_t wFontWeight);
60 void CFX_CSSComputedStyle::SetFontWeight(uint16_t wFontWeight) { in SetFontWeight() function in CFX_CSSComputedStyle
156 pStyle->SetFontWeight(font->IsBold() ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL); in CreateRootStyle()