Searched refs:defFontheight (Results 1 – 1 of 1) sorted by relevance
532 int defFontheight = aFont.GetHeight(); in ImplUpdateGlobalSettings() local533 if( defFontheight > maxFontheight ) in ImplUpdateGlobalSettings()534 defFontheight = maxFontheight; in ImplUpdateGlobalSettings()552 defFontheight = Max(9, defFontheight); in ImplUpdateGlobalSettings()557 int toolfontheight = defFontheight; in ImplUpdateGlobalSettings()559 toolfontheight = (defFontheight+8) / 2; in ImplUpdateGlobalSettings()562 aFont.SetHeight( defFontheight ); in ImplUpdateGlobalSettings()565 aFont.SetHeight( defFontheight ); in ImplUpdateGlobalSettings()568 aFont.SetHeight( defFontheight ); in ImplUpdateGlobalSettings()574 if( aFont.GetHeight() < defFontheight ) in ImplUpdateGlobalSettings()[all …]