Searched refs:nMaxFontHeight (Results 1 – 1 of 1) sorted by relevance
792 long nMaxFontHeight = 0; in CalcFontSize() local797 if ( nCurrHeight > nMaxFontHeight ) in CalcFontSize()798 nMaxFontHeight = nCurrHeight; in CalcFontSize()803 nFactor = ( 1000 * nWishedHeight ) / nMaxFontHeight; in CalcFontSize()
Completed in 15 milliseconds