Font.st
changeset 3415 5318d7f58d35
parent 3213 78add46c0f4b
child 3479 e647bc300eba
--- a/Font.st	Tue Apr 03 23:48:32 2001 +0200
+++ b/Font.st	Fri Apr 13 18:21:16 2001 +0200
@@ -688,7 +688,7 @@
     device isNil ifTrue:[
         ^ nil
     ].
-    ^ device fullNameOf:fontId.
+    ^ device fullFontNameOf:fontId.
 
     "
      ((Font name:'6x10') on:Display) fullName  
@@ -1114,6 +1114,6 @@
 !Font class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Font.st,v 1.76 2000-07-02 12:53:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Font.st,v 1.77 2001-04-13 16:21:16 stefan Exp $'
 ! !
 Font initialize!