Lines Matching refs:aFont

163     Font aFont( aInfo.m_aFamilyName, Size( 0, nPointHeight ) );  in toFont()  local
165 aFont.SetWeight( PspGraphics::ToFontWeight( aInfo.m_eWeight ) ); in toFont()
167 aFont.SetWidthType( PspGraphics::ToFontWidth( aInfo.m_eWidth ) ); in toFont()
169 aFont.SetItalic( PspGraphics::ToFontItalic( aInfo.m_eItalic ) ); in toFont()
171 aFont.SetPitch( PspGraphics::ToFontPitch( aInfo.m_ePitch ) ); in toFont()
173 return aFont; in toFont()
205 Font aFont = toFont( aGroup.readEntry( pKey, QFont() ), rSettings.GetUILocale() ); in UpdateSettings() local
206 style.SetTitleFont( aFont ); in UpdateSettings()
220 Font aFont = toFont( aGroup.readEntry( pKey, QFont() ), rSettings.GetUILocale() ); in UpdateSettings() local
221 style.SetToolFont( aFont ); in UpdateSettings()
285 Font aFont = toFont( kapp->font(), rSettings.GetUILocale() ); in UpdateSettings() local
287 style.SetAppFont( aFont ); in UpdateSettings()
288 style.SetHelpFont( aFont ); in UpdateSettings()
292 style.SetTitleFont( aFont ); in UpdateSettings()
295 style.SetFloatTitleFont( aFont ); in UpdateSettings()
296 style.SetMenuFont( aFont ); // will be changed according to pMenuBar in UpdateSettings()
298 style.SetLabelFont( aFont ); in UpdateSettings()
299 style.SetInfoFont( aFont ); in UpdateSettings()
300 style.SetRadioCheckFont( aFont ); in UpdateSettings()
301 style.SetPushButtonFont( aFont ); in UpdateSettings()
302 style.SetFieldFont( aFont ); in UpdateSettings()
303 style.SetIconFont( aFont ); in UpdateSettings()
304 style.SetGroupFont( aFont ); in UpdateSettings()
340 aFont = toFont( pMenuBar->font(), rSettings.GetUILocale() ); in UpdateSettings()
341 style.SetMenuFont( aFont ); in UpdateSettings()