Searched refs:nFontWidthLog (Results 1 – 1 of 1) sorted by relevance
920 const sal_Int32 nFontWidthLog = rFontSizeLog.Width(); in createFont() local921 if( nFontWidthLog != 0 ) in createFont()926 if( nNormalWidth != nFontWidthLog ) in createFont()928 aFontMatrix.m00 = (double)nFontWidthLog / nNormalWidth; in createFont()
Completed in 21 milliseconds