#PostScript Niceties
19-Apr-88 22:06:34
Sb: #3276-#PostScript Niceties
Fm: mark h. zellers 75036,3635
To: Dick tenEyck-BCS 76004,1025
1) Most postscript printers allow you to abort the running procedure by
sending a Control-C to the printer. 2) To add a character to a font, you
need to create a new font following the "creating an analytic font" example
in the blue book. Before looking up the character proceedure to run, set the
font to the default font. Define all of the normal characters to be of the
form:
/A { (A) show }} bind def You can use any procedure you like for
the characters that you want to replace.