CompoundFont.st
changeset 4525 30fa1d24ca43
parent 3673 49e583135bf2
child 7608 0f8d92a9c1e7
--- a/CompoundFont.st	Tue Apr 11 21:08:48 2006 +0200
+++ b/CompoundFont.st	Tue Apr 18 13:24:51 2006 +0200
@@ -254,6 +254,12 @@
         ].
 ! !
 
+!CompoundFont methodsFor:'printing'!
+
+userFriendlyName
+    ^ 'CompoundFont(baseFont: ', baseFont userFriendlyName, ')'
+! !
+
 !CompoundFont methodsFor:'private'!
 
 computeMaxBounds
@@ -400,5 +406,5 @@
 !CompoundFont class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/CompoundFont.st,v 1.8 2002-07-24 18:48:27 mb Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/CompoundFont.st,v 1.9 2006-04-18 11:24:51 stefan Exp $'
 ! !