changed: #fontDescriptionFromLogicalFontInfoArray:
authorClaus Gittinger <cg@exept.de>
Tue, 09 Nov 2010 12:59:47 +0100
changeset 5648 b89cd3568cbf
parent 5647 137a4b4eb652
child 5649 50c68e749917
changed: #fontDescriptionFromLogicalFontInfoArray:
WinWorkstation.st
--- a/WinWorkstation.st	Tue Nov 09 12:59:31 2010 +0100
+++ b/WinWorkstation.st	Tue Nov 09 12:59:47 2010 +0100
@@ -12677,20 +12677,16 @@
     pointSize := (logicalSize / self getLogicalPixelSizeY * 72.0).
 
     fntDescr := FontDescription
-		    family:family
-		    face:face
-		    style:style
-		    size:pointSize
-		    sizeUnit:#pt
-		    encoding:encoding.
+                    family:family
+                    face:face
+                    style:style
+                    size:pointSize
+                    sizeUnit:#pt
+                    encoding:encoding.
     fntDescr setPixelSize:logicalSize.
-
-    UserPreferences current workAroundRenderingBugOnVista ifTrue:[
-	fntDescr hasOverlappingCharacters:true.
-    ].
     ^ fntDescr.
 
-    "Modified: / 08-11-2010 / 14:49:26 / cg"
+    "Modified: / 09-11-2010 / 12:59:11 / cg"
 !
 
 fontMetricsOf:fontId
@@ -18937,11 +18933,11 @@
 !WinWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.444 2010-11-08 17:54:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.445 2010-11-09 11:59:47 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.444 2010-11-08 17:54:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.445 2010-11-09 11:59:47 cg Exp $'
 ! !
 
 WinWorkstation initialize!