Searched refs:fontweights (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/svg/
H A Ddcsvg.cpp262 wxString fontweights [3] = { wxT("normal"), wxT("lighter"), wxT("bold") }; local
263 s = s + wxT("font-weight:") + fontweights[m_font.GetWeight() - wxNORMAL] + semicolon + space;

Completed in 80 milliseconds