Home
last modified time | relevance | path

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

/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx510 LOGFONTW aLogFont; in HasMissingChars() local
1370 LOGFONTW aLogFont; in ImplIsFontAvailable() local
1371 memset( &aLogFont, 0, sizeof( aLogFont ) ); in ImplIsFontAvailable()
1547 LOGFONTW aLogFont; in ImplDoSetFont() local
1569 else if( -aLogFont.lfHeight >= +aLogFont.lfWidth ) in ImplDoSetFont()
1573 aLogFont.lfWidth = FRound( aLogFont.lfWidth / o_rFontScale ); in ImplDoSetFont()
1579 aLogFont.lfHeight = FRound( aLogFont.lfHeight / o_rFontScale ); in ImplDoSetFont()
1787 LOGFONTA aLogFont; in ImplGetAllFontCharSets() local
1788 memset( &aLogFont, 0, sizeof( aLogFont ) ); in ImplGetAllFontCharSets()
2402 LOGFONTW aLogFont; in GetDevFontList() local
[all …]
H A Dwinlayout.cxx243 LOGFONTW aLogFont; in DisableFontScaling() local
244 ::GetObjectW( mhFont, sizeof(LOGFONTW), &aLogFont); in DisableFontScaling()
245 aLogFont.lfHeight = (LONG)(mfFontScale * aLogFont.lfHeight); in DisableFontScaling()
246 aLogFont.lfWidth = (LONG)(mfFontScale * aLogFont.lfWidth); in DisableFontScaling()
247 HFONT hHugeFont = ::CreateFontIndirectW( &aLogFont); in DisableFontScaling()
2894 LOGFONTW aLogFont; local
2895 ::GetObjectW( mhFont, sizeof(LOGFONTW), &aLogFont);
2896 aLogFont.lfEscapement = 0;
2897 aLogFont.lfOrientation = 0;
2898 hUnRotatedFont = ::CreateFontIndirectW( &aLogFont);
/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx753 LOGFONTW aLogFont; in ReadRecordParams() local
756 …>> aLogFont.lfItalic >> aLogFont.lfUnderline >> aLogFont.lfStrikeOut >> aLogFont.lfCharSet >> aLog… in ReadRecordParams()
757 >> aLogFont.lfClipPrecision >> aLogFont.lfQuality >> aLogFont.lfPitchAndFamily; in ReadRecordParams()
759 aLogFont.lfWidth = aFontSize.Width(); in ReadRecordParams()
760 aLogFont.lfHeight = aFontSize.Height(); in ReadRecordParams()
761 aLogFont.lfEscapement = lfEscapement; in ReadRecordParams()
762 aLogFont.lfOrientation = lfOrientation; in ReadRecordParams()
763 aLogFont.lfWeight = lfWeight; in ReadRecordParams()
766 if ( ( aLogFont.lfCharSet == OEM_CHARSET ) || ( aLogFont.lfCharSet == DEFAULT_CHARSET ) ) in ReadRecordParams()
774 aLogFont.alfFaceName = UniString( lfFaceName, eCharSet ); in ReadRecordParams()
[all …]
H A Denhwmf.cxx1011 LOGFONTW aLogFont; in ReadEnhWMF() local
1012 …*pWMF >> aLogFont.lfHeight >> aLogFont.lfWidth >> aLogFont.lfEscapement >> aLogFont.lfOrientation … in ReadEnhWMF()
1013 …>> aLogFont.lfUnderline >> aLogFont.lfStrikeOut >> aLogFont.lfCharSet >> aLogFont.lfOutPrecision >… in ReadEnhWMF()
1014 >> aLogFont.lfQuality >> aLogFont.lfPitchAndFamily; in ReadEnhWMF()
1024 aLogFont.alfFaceName = UniString( lfFaceName ); in ReadEnhWMF()
1039 pOut->CreateObject( nIndex, GDI_FONT, new WinMtfFontStyle( aLogFont ) ); in ReadEnhWMF()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx2460 LOGFONTW aLogFont; in ImplSalFrameSetInputContext() local
2470 ImplGetLogFontFromFontSelect( hDC, pContext->mpFont, aLogFont, in ImplSalFrameSetInputContext()
2473 ImmSetCompositionFontW( hIMC, &aLogFont ); in ImplSalFrameSetInputContext()
3049 LOGFONTW aLogFont; in UpdateSettings() local
3050 if ( SystemParametersInfoW( SPI_GETICONTITLELOGFONT, 0, &aLogFont, 0 ) ) in UpdateSettings()
3051 ImplSalUpdateStyleFontW( hDC, aLogFont, aIconFont ); in UpdateSettings()

Completed in 72 milliseconds