FontDescription.st
changeset 3667 53ebf11c6dd9
parent 3663 d40999d6cd1e
child 3785 045a05c6abbe
--- a/FontDescription.st	Wed Jul 24 19:57:41 2002 +0200
+++ b/FontDescription.st	Wed Jul 24 19:58:51 2002 +0200
@@ -885,7 +885,7 @@
 widthOf:aString
     "return the width of a string"
 
-    ^ self widthOf:aString from:1 to:aString size
+    ^ self widthOf:aString string from:1 to:aString size
 
 
 !
@@ -960,6 +960,6 @@
 !FontDescription class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/FontDescription.st,v 1.42 2002-07-23 20:32:34 mb Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/FontDescription.st,v 1.43 2002-07-24 17:58:51 mb Exp $'
 ! !
 FontDescription initialize!