Searched refs:lfWidth (Results 1 – 8 of 8) sorted by relevance
1421 rLogFont.lfWidth = (LONG)pFont->mnWidth; in ImplGetLogFontFromFontSelect()1495 rLogFont.lfWidth = (LONG)pFont->mnWidth; in ImplGetLogFontFromFontSelect()1565 && (+aLogFont.lfWidth <= MAXFONTHEIGHT) ) in ImplDoSetFont()1569 else if( -aLogFont.lfHeight >= +aLogFont.lfWidth ) in ImplDoSetFont()1573 aLogFont.lfWidth = FRound( aLogFont.lfWidth / o_rFontScale ); in ImplDoSetFont()1577 o_rFontScale = +aLogFont.lfWidth / (float)MAXFONTHEIGHT; in ImplDoSetFont()1578 aLogFont.lfWidth = +MAXFONTHEIGHT; in ImplDoSetFont()
246 aLogFont.lfWidth = (LONG)(mfFontScale * aLogFont.lfWidth); in DisableFontScaling()
155 rStream >> rFont.lfWidth; in lcl_ReadLogFont()618 && lfWidth == rData.lfWidth in operator ==()
205 sal_Int16 lfWidth; member
144 sal_Int32 lfWidth; member
283 Size aFontSize( Size( rFont.lfWidth, rFont.lfHeight ) ); in WinMtfFontStyle()304 if ( !rFont.lfWidth ) in WinMtfFontStyle()
759 aLogFont.lfWidth = aFontSize.Width(); in ReadRecordParams()
1012 …*pWMF >> aLogFont.lfHeight >> aLogFont.lfWidth >> aLogFont.lfEscapement >> aLogFont.lfOrientation … in ReadEnhWMF()
Completed in 85 milliseconds