Home
last modified time | relevance | path

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

/trunk/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx132 case FontWeight_300: aSource = FontWeight_400; break; in getBolder()
133 case FontWeight_400: aSource = FontWeight_500; break; in getBolder()
150 case FontWeight_400: aSource = FontWeight_300; break; in getLighter()
151 case FontWeight_500: aSource = FontWeight_400; break; in getLighter()
171 case FontWeight_400: nRetval = WEIGHT_NORMAL; break; in getVclFontWeight()
1656 setFontWeight(FontWeight_400); in parseStyleAttribute()
2422 return FontWeight_400; in getFontWeight()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgstyleattributes.hxx102 FontWeight_400, // same as FontWeight_normal enumerator

Completed in 29 milliseconds