Searched refs:maDefltFont (Results 1 – 1 of 1) sorted by relevance
49 Font maDefltFont; /// The default font of the output device. member in SvtScriptedTextHelper_Impl110 maDefltFont( _rOutDevice.GetFont() ) in SvtScriptedTextHelper_Impl()119 maDefltFont( _rCopy.maDefltFont ), in SvtScriptedTextHelper_Impl()140 return maDefltFont; in GetFont()146 maDefltFont = mrOutDevice.GetFont(); in CalculateSizes()186 mrOutDevice.SetFont( maDefltFont ); in CalculateSizes()267 maLatinFont = _pLatinFont ? *_pLatinFont : maDefltFont; in SetFonts()268 maAsianFont = _pAsianFont ? *_pAsianFont : maDefltFont; in SetFonts()269 maCmplxFont = _pCmplxFont ? *_pCmplxFont : maDefltFont; in SetFonts()297 maDefltFont = mrOutDevice.GetFont(); in DrawText()[all …]
Completed in 15 milliseconds