Home
last modified time | relevance | path

Searched refs:maxFontheight (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/source/window/
H A Dwindow.cxx527 …int maxFontheight = 9; // #107886#: 9 is default for some Asian systems, so always allow if reques… in ImplUpdateGlobalSettings() local
529 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 64 milliseconds