Home
last modified time | relevance | path

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

/trunk/main/filter/source/svg/
H A Dsvgfontexport.cxx303 FontWeightMap::const_iterator aFontWeightIter( rFontWeightMap.begin() ); in EmbedFonts() local
305 while( aFontWeightIter != rFontWeightMap.end() ) in EmbedFonts()
307 const FontItalicMap& rFontItalicMap = (*aFontWeightIter).second; in EmbedFonts()
315 aFont.SetWeight( (*aFontWeightIter).first ); in EmbedFonts()
323 ++aFontWeightIter; in EmbedFonts()

Completed in 18 milliseconds