FontDescription.st
changeset 1266 be0c5104b056
parent 1265 c8030e99f941
child 1275 9c3461bb0232
--- a/FontDescription.st	Thu Jan 23 16:23:58 1997 +0100
+++ b/FontDescription.st	Thu Jan 23 16:34:26 1997 +0100
@@ -12,6 +12,7 @@
 
 Object subclass:#FontDescription
 	instanceVariableNames:'family face style size encoding
+			       manufacturer name
 			       flags masks pixelSize'
 	classVariableNames:'BoldnessMask FixedFlag ItalicFlag OutlineFlag SerifFlag
 			    ShadowFlag StrikeoutFlag UnderlineFlag'
@@ -460,5 +461,5 @@
 !FontDescription  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/FontDescription.st,v 1.15 1997-01-23 15:23:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/FontDescription.st,v 1.16 1997-01-23 15:34:26 cg Exp $'
 ! !