Inherits Garbage
The Postscript class generates output in postscript form. Plain postscript level 1 is used, and all formatting is done on the printer, even wordwrapping.
At the moment, all output uses the same font. That's a bug. Have to fix that.
Constructs an Postscript output function, opens f for writing and writes the postscript prologue.
Outputs s to the destination file, theorecically in italics. Right now it's exactly as addText().
Adds text to the destination file, if possible with the page number where c is documented.
Adds text to the destination file, if possible with the page number where f is documented.
Outputs s to the destination file, taking care to escape characters correctly, and to start a new paragraph if necessary.
Returns a pointer to the current Postscript singleton.
Ends a paragraph, if one is being output.
Writes s to the destination file as-is.
Destroys the writer and closes the file.
This web page based on source code belonging to Oryx Mail Systems GmbH. All rights reserved.