Searched refs:nNormalWidth (Results 1 – 1 of 1) sorted by relevance
925 sal_Int32 nNormalWidth = rParms.mrVDev.GetFontMetric( aTestFont ).GetWidth(); in createFont() local926 if( nNormalWidth != nFontWidthLog ) in createFont()927 if( nNormalWidth ) in createFont()928 aFontMatrix.m00 = (double)nFontWidthLog / nNormalWidth; in createFont()
Completed in 30 milliseconds