Home
last modified time | relevance | path

Searched refs:setFontWeight (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx1605 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 …]
/AOO41X/main/svgio/inc/svgio/svgreader/
H A Dsvgstyleattributes.hxx383 …void setFontWeight(const FontWeight aFontWeight = FontWeight_notset) { maFontWeight = aFontWeight;… in setFontWeight() function in svgio::svgreader::SvgStyleAttributes