PostscriptPrinterStream.st
changeset 4 1f66800df351
parent 2 07d9ee98e092
child 6 96ce41566060
equal deleted inserted replaced
3:c9936b5a86a1 4:1f66800df351
     1 "
     1 "
     2  COPYRIGHT (c) 1988-93 by Claus Gittinger
     2  COPYRIGHT (c) 1988 by Claus Gittinger
     3               All Rights Reserved
     3               All Rights Reserved
     4 
     4 
     5  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
     6  only in accordance with the terms of that license and with the
     6  only in accordance with the terms of that license and with the
     7  inclusion of the above copyright notice.   This software may not
     7  inclusion of the above copyright notice.   This software may not
    22        category:'Streams-External'
    22        category:'Streams-External'
    23 !
    23 !
    24 
    24 
    25 PostscriptPrinterStream comment:'
    25 PostscriptPrinterStream comment:'
    26 
    26 
    27 COPYRIGHT (c) 1988-93 by Claus Gittinger
    27 COPYRIGHT (c) 1988 by Claus Gittinger
    28              All Rights Reserved
    28              All Rights Reserved
    29 
    29 
    30 This class provides output to postscript printers;
    30 This class provides output to postscript printers;
    31 to use it, evaluate Smalltalk at:#Printer put:PostscriptPrinterStream
    31 to use it, evaluate Smalltalk at:#Printer put:PostscriptPrinterStream
    32 (usually in -rc file).
    32 (usually in -rc file).
    33 
    33 
    34 $Header: /cvs/stx/stx/libbasic2/PostscriptPrinterStream.st,v 1.3 1993-10-13 00:16:54 claus Exp $
    34 $Header: /cvs/stx/stx/libbasic2/PostscriptPrinterStream.st,v 1.4 1993-10-13 02:13:03 claus Exp $
    35 '!
    35 '!
    36 
    36 
    37 !PostscriptPrinterStream class methodsFor:'initialization'!
    37 !PostscriptPrinterStream class methodsFor:'initialization'!
    38 
    38 
    39 fontNames
    39 fontNames