Searched refs:nSymHeight (Results 1 – 1 of 1) sorted by relevance
349 long nSymHeight = nTextHeight*4; in ImplInitAppFontData() local354 if ( nSymHeight > nTextWidth ) in ImplInitAppFontData()355 nTextWidth = nSymHeight; in ImplInitAppFontData()356 else if ( nSymHeight+5 > nTextWidth ) in ImplInitAppFontData()357 nTextWidth = nSymHeight+5; in ImplInitAppFontData()
Completed in 47 milliseconds