diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/win/source/gdi/salgdi3.cxx | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/vcl/win/source/gdi/salgdi3.cxx b/vcl/win/source/gdi/salgdi3.cxx index 95714a571d61..d41644b8eca8 100644 --- a/vcl/win/source/gdi/salgdi3.cxx +++ b/vcl/win/source/gdi/salgdi3.cxx @@ -2,9 +2,9 @@ * * $RCSfile: salgdi3.cxx,v $ * - * $Revision: 1.63 $ + * $Revision: 1.64 $ * - * last change: $Author: hr $ $Date: 2004-11-26 16:15:44 $ + * last change: $Author: kz $ $Date: 2005-01-21 13:39:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1721,12 +1721,6 @@ int CALLBACK SalEnumFontsProcExW( const ENUMLOGFONTEXW* pLogFont, ImplFontData* pData = ImplLogMetricToDevFontDataW( pLogFont, &(pMetric->ntmTm), nFontType ); - // prefer the system character set, so that we get as much as - // possible important characters. In the other case we could only - // display a limited set of characters (#87309#) - if ( pInfo->mnPreferedCharSet == pLogFont->elfLogFont.lfCharSet ) - pData->mnQuality += 100; - // knowing Courier to be scalable is nice if( pInfo->mbCourier ) pInfo->mbImplSalCourierScalable |= pData->IsScalable(); |