Searched refs:nFontWidthScale (Results 1 – 1 of 1) sorted by relevance
132 sal_uInt16 nFontWidthScale; member in FontPrevWin_Impl148 cStartBracket( 0 ), cEndBracket( 0 ), nFontWidthScale( 100 ), in FontPrevWin_Impl()403 if( nFontWidthScale != nScale ) in SetFontWidthScale()405 nFontWidthScale = nScale; in SetFontWidthScale()424 aFont.SetWidth( n100PercentFontWidth * nFontWidthScale / 100 ); in ScaleFontWidth()425 aCJKFont.SetWidth( n100PercentFontWidthCJK * nFontWidthScale / 100 ); in ScaleFontWidth()426 aCTLFont.SetWidth( n100PercentFontWidthCTL * nFontWidthScale / 100 ); in ScaleFontWidth()
Completed in 14 milliseconds