FontDescription.st
changeset 5223 36e00ebd27fc
parent 5196 90aeedb2a2b7
child 5441 04ebe289a7e0
--- a/FontDescription.st	Tue Mar 17 17:01:08 2009 +0100
+++ b/FontDescription.st	Tue Mar 17 18:56:05 2009 +0100
@@ -801,7 +801,7 @@
 asItalic
     "return the italic font corresponding to the receiver"
 
-    ^ self asFace:'oblique'
+    ^ self asStyle:'oblique'
 !
 
 asSize:anotherSize
@@ -1361,7 +1361,7 @@
 !FontDescription class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/FontDescription.st,v 1.70 2009-02-19 09:52:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/FontDescription.st,v 1.71 2009-03-17 17:56:05 stefan Exp $'
 ! !
 
 FontDescription initialize!