Home
last modified time | relevance | path

Searched refs:nFontWidthScale (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svx/source/dialog/
H A Dfntctrl.cxx132 sal_uInt16 nFontWidthScale; member in FontPrevWin_Impl
148 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 20 milliseconds