home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / next / misc / 23034 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  2.5 KB

  1. Xref: sparky comp.sys.next.misc:23034 comp.sys.next.programmer:7730 comp.sys.next.sysadmin:7045
  2. Newsgroups: comp.sys.next.misc,comp.sys.next.programmer,comp.sys.next.sysadmin
  3. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!zaphod.mps.ohio-state.edu!usc!elroy.jpl.nasa.gov!ucla-cs!ucla-mic!agsm!iwelch
  4. From: iwelch@agsm.ucla.edu (Ivo Welch)
  5. Subject: Postscript Errors produced by ListFonts
  6. Message-ID: <1992Dec14.054416.28648@mic.ucla.edu>
  7. Followup-To: comp.sys.next.programmer
  8. Keywords: DPS, ListFonts
  9. Nntp-Posting-Host: risc.agsm.ucla.edu
  10. Organization: UCLA, Anderson Graduate School Of Management
  11. Date: 14 Dec 92 05:44:16 PST
  12. Lines: 37
  13.  
  14. The output produced by ListFonts (from sonata) produces some odd errors when
  15. printing pages 4 or 5 (but not others):
  16. (DPSCLE=DPS client library error, ...=date)
  17.  
  18. ... next Preview[209]: DPSCLE: PostScript program error, DPSContext 1c878
  19. ... next Preview[209]: %%[ Error: typecheck; OffendingCommand: setshared ]%%
  20. ... next Preview[209]: DPSCLE: PostScript program error, DPSContext 1c878
  21. ... next Preview[209]: %%[ Error: typecheck; OffendingCommand: scalefont ]%%
  22. ... next Preview[209]: DPSCLE: PostScript program error, DPSContext 1c878
  23. ... next Preview[209]: %%[ Error: typecheck; OffendingCommand: setfont ]%%
  24. ... next Preview[209]: DPSCLE: PostScript program error, DPSContext 1c878
  25. ... next Preview[209]: %%[ Error: typecheck; OffendingCommand: setshared ]%%
  26. ... next Preview[209]: DPSCLE: PostScript program error, DPSContext 1c878
  27. ... next Preview[209]: %%[ Error: typecheck; OffendingCommand: scalefont ]%%
  28. ... next Preview[209]: DPSCLE: PostScript program error, DPSContext 1c878
  29. ... next Preview[209]: %%[ Error: typecheck; OffendingCommand: setfont ]%%
  30. ... next Preview[209]: DPSCLE: PostScript program error, DPSContext 1c878
  31. ... next Preview[209]: %%[ Error: typecheck; OffendingCommand: setshared ]%%
  32. ... next Preview[209]: DPSCLE: PostScript program error, DPSContext 1c878
  33. ... next Preview[209]: %%[ Error: typecheck; OffendingCommand: scalefont ]%%
  34. ... next Preview[209]: DPSCLE: PostScript program error, DPSContext 1c878
  35. ... next Preview[209]: %%[ Error: typecheck; OffendingCommand: setfont ]%%
  36.  
  37. The postscript file is exceedingly simple, consisting mostly of
  38.  
  39. 54 738 moveto
  40. /Helvetica findfont 9 scalefont setfont
  41. (2. AGaramond-BoldItalic) show
  42. 198 738 moveto
  43. /AGaramond-BoldItalic findfont 14 scalefont setfont
  44. (The Quick Brown Fox Jumps Over The Lazy Dog) show
  45.  
  46. in various forms. (The only item in the file I do not understand is a rectclip
  47. command.) What's going on here?
  48.  
  49. /ivo welch
  50.  
  51.