changed: #getFontInfos
authorClaus Gittinger <cg@exept.de>
Mon, 20 Dec 2010 12:08:12 +0100
changeset 5668 7c7c6df62b22
parent 5667 c065259f0d5c
child 5669 bc47f2771650
changed: #getFontInfos
Font.st
--- a/Font.st	Thu Dec 09 18:14:27 2010 +0100
+++ b/Font.st	Mon Dec 20 12:08:12 2010 +0100
@@ -634,12 +634,11 @@
     isFixedWidth := minWidth == maxWidth.
 
     "/ a temporary hack for the vista-cleartype font redraw problem
-    isFixedWidth ifFalse:[
+    false "isFixedWidth" ifFalse:[
         UserPreferences current workAroundRenderingBugOnVista ifTrue:[
             self hasOverlappingCharacters:true.
         ]
     ].
-
     "Modified: / 09-11-2010 / 12:58:56 / cg"
 !
 
@@ -1240,11 +1239,11 @@
 !Font class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Font.st,v 1.125 2010-11-09 11:59:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Font.st,v 1.126 2010-12-20 11:08:12 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/Font.st,v 1.125 2010-11-09 11:59:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Font.st,v 1.126 2010-12-20 11:08:12 cg Exp $'
 ! !
 
 Font initialize!