Home
last modified time | relevance | path

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

/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx87 static const int MAXFONTHEIGHT = 2048; variable
1564 if( (-aLogFont.lfHeight <= MAXFONTHEIGHT) in ImplDoSetFont()
1565 && (+aLogFont.lfWidth <= MAXFONTHEIGHT) ) in ImplDoSetFont()
1571 o_rFontScale = -aLogFont.lfHeight / (float)MAXFONTHEIGHT; in ImplDoSetFont()
1572 aLogFont.lfHeight = -MAXFONTHEIGHT; in ImplDoSetFont()
1577 o_rFontScale = +aLogFont.lfWidth / (float)MAXFONTHEIGHT; in ImplDoSetFont()
1578 aLogFont.lfWidth = +MAXFONTHEIGHT; in ImplDoSetFont()

Completed in 38 milliseconds