home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.sys.next.misc:23034 comp.sys.next.programmer:7730 comp.sys.next.sysadmin:7045
- Newsgroups: comp.sys.next.misc,comp.sys.next.programmer,comp.sys.next.sysadmin
- 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
- From: iwelch@agsm.ucla.edu (Ivo Welch)
- Subject: Postscript Errors produced by ListFonts
- Message-ID: <1992Dec14.054416.28648@mic.ucla.edu>
- Followup-To: comp.sys.next.programmer
- Keywords: DPS, ListFonts
- Nntp-Posting-Host: risc.agsm.ucla.edu
- Organization: UCLA, Anderson Graduate School Of Management
- Date: 14 Dec 92 05:44:16 PST
- Lines: 37
-
- The output produced by ListFonts (from sonata) produces some odd errors when
- printing pages 4 or 5 (but not others):
- (DPSCLE=DPS client library error, ...=date)
-
- ... next Preview[209]: DPSCLE: PostScript program error, DPSContext 1c878
- ... next Preview[209]: %%[ Error: typecheck; OffendingCommand: setshared ]%%
- ... next Preview[209]: DPSCLE: PostScript program error, DPSContext 1c878
- ... next Preview[209]: %%[ Error: typecheck; OffendingCommand: scalefont ]%%
- ... next Preview[209]: DPSCLE: PostScript program error, DPSContext 1c878
- ... next Preview[209]: %%[ Error: typecheck; OffendingCommand: setfont ]%%
- ... next Preview[209]: DPSCLE: PostScript program error, DPSContext 1c878
- ... next Preview[209]: %%[ Error: typecheck; OffendingCommand: setshared ]%%
- ... next Preview[209]: DPSCLE: PostScript program error, DPSContext 1c878
- ... next Preview[209]: %%[ Error: typecheck; OffendingCommand: scalefont ]%%
- ... next Preview[209]: DPSCLE: PostScript program error, DPSContext 1c878
- ... next Preview[209]: %%[ Error: typecheck; OffendingCommand: setfont ]%%
- ... next Preview[209]: DPSCLE: PostScript program error, DPSContext 1c878
- ... next Preview[209]: %%[ Error: typecheck; OffendingCommand: setshared ]%%
- ... next Preview[209]: DPSCLE: PostScript program error, DPSContext 1c878
- ... next Preview[209]: %%[ Error: typecheck; OffendingCommand: scalefont ]%%
- ... next Preview[209]: DPSCLE: PostScript program error, DPSContext 1c878
- ... next Preview[209]: %%[ Error: typecheck; OffendingCommand: setfont ]%%
-
- The postscript file is exceedingly simple, consisting mostly of
-
- 54 738 moveto
- /Helvetica findfont 9 scalefont setfont
- (2. AGaramond-BoldItalic) show
- 198 738 moveto
- /AGaramond-BoldItalic findfont 14 scalefont setfont
- (The Quick Brown Fox Jumps Over The Lazy Dog) show
-
- in various forms. (The only item in the file I do not understand is a rectclip
- command.) What's going on here?
-
- /ivo welch
-
-