EpsonFX1PrinterStream.st
changeset 31 e223f3cf2995
parent 9 be1c17c19ba8
child 36 d046fe84ea67
--- a/EpsonFX1PrinterStream.st	Thu Jun 02 18:22:02 1994 +0200
+++ b/EpsonFX1PrinterStream.st	Thu Jun 02 19:20:18 1994 +0200
@@ -18,17 +18,41 @@
 !
 
 EpsonFX1PrinterStream comment:'
+COPYRIGHT (c) 1991 by Claus Gittinger
+              All Rights Reserved
+'!
 
-COPYRIGHT (c) 1991 by Claus Gittinger
+!EpsonFX1PrinterStream class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 1991 by Claus Gittinger
               All Rights Reserved
 
-$Header: /cvs/stx/stx/libbasic2/EpsonFX1PrinterStream.st,v 1.6 1994-01-08 16:18:25 claus Exp $
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+!
 
- cannot tell, if this is really an Epson -
- all I have is a Citizen 120D to test - the doc says its an FX1
+version
+"
+$Header: /cvs/stx/stx/libbasic2/EpsonFX1PrinterStream.st,v 1.7 1994-06-02 17:19:41 claus Exp $
+"
+!
 
- written Feb 91 by claus
-'!
+documentation
+"
+    This class defines protocol for simple text prinitng on an Epson-FX1
+    (and compatible) printer. It knows the escape codes for bold, italic etc.
+
+    I cannot tell, if this is really an Epson -
+    all I have is a Citizen 120D to test - the doc says its an FX1.
+"
+! !
 
 !EpsonFX1PrinterStream methodsFor:'layout'!