Searched refs:maxFontheight (Results 1 – 1 of 1) sorted by relevance
527 …int maxFontheight = 9; // #107886#: 9 is default for some Asian systems, so always allow if reques… in ImplUpdateGlobalSettings() local529 maxFontheight = (int) ((( 8.0 * (double) GetDesktopRectPixel().getHeight()) / 600.0) + 1.5); in ImplUpdateGlobalSettings()533 if( defFontheight > maxFontheight ) in ImplUpdateGlobalSettings()534 defFontheight = maxFontheight; in ImplUpdateGlobalSettings()
Completed in 44 milliseconds