Organization: The World Public Access UNIX, Brookline, MA
References: <1993Jan22.144609.63061@cc.usu.edu>
Date: Sat, 23 Jan 1993 23:56:54 GMT
Lines: 15
dayne@cache.declab.usu.edu writes:
>I would like to look into using display postscript on the DEC Station 5000 running Ultrix v.4.2. I have located the include files and the libraries. I own a NeXT and am used to making wraps of PostScript code, generating C files to use in my graphics programs. Is there some way to do the same sort of thing on the DEC Stations.
Display PostScript is part of UWS (ULTRIX Workstation Software) 4.2, and you
should be able to port your code from the NeXT with little or no modification.
I think the only difference is that the NeXT Display PostScript supports the
setalpha/currentalpha operators, which are not part of the standard PostScript
language.
Get some documentation from DEC, and/or pick up a copy of Display PostScript
Programming by David A. Holzgang. This should get you starting compiling and