This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (3 messages)
That's a fairly complicated order. I'd do something like the following: save /Helvetica-BlackOblique findfont 32 scalefont setfont (Your logo) true charpath clip ;make the logo the clipping path /grayval 0 def Then, in a for loop, set the gray level (with setgray) to grayval, draw a rectangle covering part of…
#6107-
Display PostScript
Message #6117
Ah, just as I expected; the writers of the article probably found a reference for Display PostScript under Xwindows somewhere and used that as their total knowledge of PostScript. Little things like putting the expression "showpage operator" in quotes sounded like someone who was unfamiliar with the language.