Searched refs:setFontWeight (Results 1 – 2 of 2) sorted by relevance
1605 setFontWeight(FontWeight_100); in parseStyleAttribute()1609 setFontWeight(FontWeight_200); in parseStyleAttribute()1613 setFontWeight(FontWeight_300); in parseStyleAttribute()1617 setFontWeight(FontWeight_400); in parseStyleAttribute()1621 setFontWeight(FontWeight_500); in parseStyleAttribute()1625 setFontWeight(FontWeight_600); in parseStyleAttribute()1629 setFontWeight(FontWeight_700); in parseStyleAttribute()1633 setFontWeight(FontWeight_800); in parseStyleAttribute()1637 setFontWeight(FontWeight_900); in parseStyleAttribute()1641 setFontWeight(FontWeight_bolder); in parseStyleAttribute()[all …]
383 …void setFontWeight(const FontWeight aFontWeight = FontWeight_notset) { maFontWeight = aFontWeight;… in setFontWeight() function in svgio::svgreader::SvgStyleAttributes