FontDescription.st
changeset 3880 c4c8268a2d9f
parent 3827 3390983893a2
child 3987 796ff0ae8306
--- a/FontDescription.st	Wed May 07 16:13:16 2003 +0200
+++ b/FontDescription.st	Wed May 07 16:32:08 2003 +0200
@@ -283,7 +283,7 @@
     "
 ! !
 
-!FontDescription methodsFor:'Compatibility - ST80'!
+!FontDescription methodsFor:'Compatibility-ST80'!
 
 boldness:aNumber
     "added for ST-80 compatibility; actually ignored currently"
@@ -1037,7 +1037,7 @@
 !FontDescription class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/FontDescription.st,v 1.45 2003-03-28 11:31:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/FontDescription.st,v 1.46 2003-05-07 14:32:08 cg Exp $'
 ! !
 
 FontDescription initialize!