Searched refs:MAXFONTHEIGHT (Results 1 – 1 of 1) sorted by relevance
87 static const int MAXFONTHEIGHT = 2048; variable1564 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 22 milliseconds