Lines Matching refs:maDefltFont
49 Font maDefltFont; /// The default font of the output device. member in SvtScriptedTextHelper_Impl
110 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()
318 mrOutDevice.SetFont( maDefltFont ); in DrawText()