diff -r 01d7bf1d2333 -r 53ebf11c6dd9 FontDescription.st --- 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!