home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / postscri / 6420 < prev    next >
Encoding:
Text File  |  1993-01-24  |  1.3 KB  |  27 lines

  1. Newsgroups: comp.lang.postscript
  2. Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!sol.ctr.columbia.edu!eff!world!pd
  3. From: pd@world.std.com (Peter F Davis)
  4. Subject: Re: Display PostScript
  5. Message-ID: <C1Bzuu.ML9@world.std.com>
  6. Keywords: display postscript, DPS, postscript
  7. Organization: The World Public Access UNIX, Brookline, MA
  8. References: <1993Jan22.144609.63061@cc.usu.edu>
  9. Date: Sat, 23 Jan 1993 23:56:54 GMT
  10. Lines: 15
  11.  
  12. dayne@cache.declab.usu.edu writes:
  13.  
  14. >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.
  15.  
  16. Display PostScript is part of UWS (ULTRIX Workstation Software) 4.2, and you
  17. should be able to port your code from the NeXT with little or no modification.
  18. I think the only difference is that the NeXT Display PostScript supports the
  19. setalpha/currentalpha operators, which are not part of the standard PostScript
  20. language.
  21.  
  22. Get some documentation from DEC, and/or pick up a copy of Display PostScript
  23. Programming by David A. Holzgang.  This should get you starting compiling and
  24. building your DPS programs.
  25.  
  26. -pd
  27.