PostscriptPrinterStream.st
changeset 1650 8eec99801a7e
parent 1569 6373292f574f
child 1773 cf124aecd818
equal deleted inserted replaced
1649:5b56cd237a28 1650:8eec99801a7e
    18 	classVariableNames:'Prolog Trailer PageProlog PageTrailer FontNames FontHeight
    18 	classVariableNames:'Prolog Trailer PageProlog PageTrailer FontNames FontHeight
    19 		FontWidth LeftX TopY PageHeight LinesPerPage PhysicalPageHeight
    19 		FontWidth LeftX TopY PageHeight LinesPerPage PhysicalPageHeight
    20 		Italic Bold Normal BoldItalic Courier Times Helvetica TopMargin
    20 		Italic Bold Normal BoldItalic Courier Times Helvetica TopMargin
    21 		LeftMargin BottomMargin RightMargin SupportsColor Resolution'
    21 		LeftMargin BottomMargin RightMargin SupportsColor Resolution'
    22 	poolDictionaries:''
    22 	poolDictionaries:''
    23 	category:'Streams-External-Printing'
    23 	category:'Interface-Printing'
    24 !
    24 !
    25 
    25 
    26 !PostscriptPrinterStream class methodsFor:'documentation'!
    26 !PostscriptPrinterStream class methodsFor:'documentation'!
    27 
    27 
    28 copyright
    28 copyright
  1138 ! !
  1138 ! !
  1139 
  1139 
  1140 !PostscriptPrinterStream class methodsFor:'documentation'!
  1140 !PostscriptPrinterStream class methodsFor:'documentation'!
  1141 
  1141 
  1142 version
  1142 version
  1143     ^ '$Header: /cvs/stx/stx/libbasic2/PostscriptPrinterStream.st,v 1.64 2005-07-26 08:51:00 cg Exp $'
  1143     ^ '$Header: /cvs/stx/stx/libbasic2/PostscriptPrinterStream.st,v 1.65 2006-08-07 13:27:03 fm Exp $'
  1144 ! !
  1144 ! !
  1145 
  1145 
  1146 PostscriptPrinterStream initialize!
  1146 PostscriptPrinterStream initialize!