Home
last modified time | relevance | path

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

/trunk/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx1217 maFontStretch(FontStretch_notset), in SvgStyleAttributes()
2345 if(maFontStretch != FontStretch_notset) in getFontStretch()
2347 if(FontStretch_wider != maFontStretch && FontStretch_narrower != maFontStretch) in getFontStretch()
2349 return maFontStretch; in getFontStretch()
2359 if(FontStretch_wider == maFontStretch) in getFontStretch()
2363 else if(FontStretch_narrower == maFontStretch) in getFontStretch()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgstyleattributes.hxx182 FontStretch maFontStretch; member in svgio::svgreader::SvgStyleAttributes
375 …setFontStretch(const FontStretch aFontStretch = FontStretch_notset) { maFontStretch = aFontStretch… in setFontStretch()

Completed in 52 milliseconds