home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / softsys / andrew / 1342 < prev    next >
Encoding:
Internet Message Format  |  1992-11-10  |  1.7 KB

  1. Path: sparky!uunet!think.com!ames!agate!ucbvax!rchland.ibm.com!tinglett+
  2. From: tinglett+@rchland.ibm.com (Todd Inglett)
  3. Newsgroups: comp.soft-sys.andrew
  4. Subject: Re: Printers
  5. Message-ID: <wf00QHY91JbdJEmL8T@rchland.ibm.com>
  6. Date: 10 Nov 92 19:01:39 GMT
  7. References: <9211101837.AA28808@sadye.emba.uvm.edu>
  8. Sender: daemon@ucbvax.BERKELEY.EDU
  9. Reply-To: "Todd Inglett" <tinglett@vnet.ibm.com>
  10. Distribution: world
  11. Organization: The Internet
  12. Lines: 26
  13.  
  14. Excerpts from ext.misc.info-andrew: 10-Nov-92 Re:
  15. PrintersGarrett.Wollman@UVM.EDU (1047)
  16.  
  17. > This should actually be a fairly quick hack, if you are willing to
  18. > depend on ghostscript.  Just create a pixmap or window on the X
  19. server, and set the enviornment variable GHOSTVIEW
  20.  
  21. Actually, this is what I had in mind for implemented an ATK version of
  22. apostscript previewer.  It would use ghostscript to render the
  23. postscript in awindow, but otherwise would provide an ATK interface
  24. consistent with ez.  Ifthe X server supports display postscript, that
  25. can be used instead.
  26.  
  27. Let me clarify my comments about a postscript graphics class.  What I
  28. wouldlike is a class that could render a drawing in some kind of
  29. abstract ``page''(not necessarily a full page) much like graphic renders
  30. bits in a window. Then my inset can generate a rectanglar drawing that
  31. the text in which it isembedded can put somewhere in its physical output
  32. page.  A postscriptimplementation would probably use encapsulated
  33. postscript to do this. However, it could be subclassed for other
  34. implementations (HPGL for example)as graphic could have different
  35. implementations.  It could also be subclassedto produce conversions to
  36. other document formats (Framemaker, TeX, etc)provided the function is
  37. high level.
  38.  
  39. -todd inglett
  40.