Searched refs:lfWeight (Results 1 – 8 of 8) sorted by relevance
249 if( rFont.lfWeight <= FW_THIN ) in WinMtfFontStyle()251 else if( rFont.lfWeight <= FW_ULTRALIGHT ) in WinMtfFontStyle()253 else if( rFont.lfWeight <= FW_LIGHT ) in WinMtfFontStyle()255 else if( rFont.lfWeight < FW_MEDIUM ) in WinMtfFontStyle()257 else if( rFont.lfWeight == FW_MEDIUM ) in WinMtfFontStyle()259 else if( rFont.lfWeight <= FW_SEMIBOLD ) in WinMtfFontStyle()261 else if( rFont.lfWeight <= FW_BOLD ) in WinMtfFontStyle()263 else if( rFont.lfWeight <= FW_ULTRABOLD ) in WinMtfFontStyle()
751 sal_Int16 lfEscapement, lfOrientation, lfWeight; // ( ehemals sal_uInt16 ) in ReadRecordParams() local755 *pWMF >> lfEscapement >> lfOrientation >> lfWeight in ReadRecordParams()763 aLogFont.lfWeight = lfWeight; in ReadRecordParams()
147 sal_Int32 lfWeight; member
1012 ….lfWidth >> aLogFont.lfEscapement >> aLogFont.lfOrientation >> aLogFont.lfWeight >> aLogFont.lfIta… in ReadEnhWMF()
841 aDFA.meWeight = ImplWeightToSal( rLogFont.lfWeight ); in WinFont2DevFontAttributes()916 aDFA.meWeight = ImplWeightToSal( rLogFont.lfWeight ); in WinFont2DevFontAttributes()1028 rFont.SetWeight( ImplWeightToSal( rLogFont.lfWeight ) ); in ImplSalLogFontToFontA()1067 rFont.SetWeight( ImplWeightToSal( rLogFont.lfWeight ) ); in ImplSalLogFontToFontW()1419 rLogFont.lfWeight = ImplWeightToWin( pFont->meWeight ); in ImplGetLogFontFromFontSelect()1493 rLogFont.lfWeight = ImplWeightToWin( pFont->meWeight ); in ImplGetLogFontFromFontSelect()
158 rStream >> rFont.lfWeight; in lcl_ReadLogFont()621 && lfWeight == rData.lfWeight in operator ==()772 if (pHeadFootLine->LogFont.lfWeight != fwNormal) in PutToDoc()1211 if( pPattern->LogFont.lfWeight != fwNormal ) in LoadPatternCollection()
690 ncm.lfMenuFont.lfWeight = FW_BOLD; in OnMeasureItem()780 ncm.lfMenuFont.lfWeight = FW_BOLD; in OnDrawItem()
208 sal_Int16 lfWeight; member
Completed in 194 milliseconds