Font.st
changeset 4207 9e70f7998f66
parent 4205 e22cf28fc87a
child 4513 29b4151e98cf
--- a/Font.st	Fri Jul 16 13:38:11 2004 +0200
+++ b/Font.st	Thu Aug 12 14:28:54 2004 +0200
@@ -505,7 +505,7 @@
 
 !Font methodsFor:'printing & storing'!
 
-encodingVectorFor:aspect
+elementDescriptorFor:aspect
     "binary storage encoding vector"
 
     ^ Array 
@@ -1164,7 +1164,7 @@
 !Font class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Font.st,v 1.95 2004-07-14 21:43:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Font.st,v 1.96 2004-08-12 12:28:54 penk Exp $'
 ! !
 
 Font initialize!