Xref: utzoo comp.lang.postscript:8274 comp.fonts:2256 Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!bloom-beacon!eru!hagbard!sunic!mcsun!hp4nl!gouldnl!colin@gouldnl.encore.nl From: colin@gouldnl.encore.nl (Colin Smale) Newsgroups: comp.lang.postscript,comp.fonts Subject: Downloading Fonts from UNIX - how? Message-ID: <13935@gouldnl.encore.nl> Date: 11 Apr 91 15:12:21 GMT Sender: Colin Smale Organization: Encore Computer BV, Maarssenbroek, Holland Lines: 40 Hi, can anyone help me with a simple question? I'm trying to download an Adobe type 1 font (I'm testing with Garamond Light) to a LaserWriter II NTX. Having got the font program itself from a Mac using SendPS, by 'printing' a dummy Postscript file with "%%IncludeFont: GaramLig" and sending the output to a file, I can transfer this file to a UNIX system, convert CR's to NL's and trim the top and tail off. I am then left with a file which begins with %%BeginFont and ends with %%EndFont. I want to be able to use this font, both on a per-job basis (I'll handle %%IncludeFont myself) and 'permanently' using an exitserver job. When I try a permanent download with: %! serverdict begin 0 exitserver %%BeginFont .. %%EndFont I get a 'syntaxerror' with offending command '--nostringval--' somewhere near the beginning of the exec code. The stack is: false -mark- true -savelevel- -mark- /OtherSubrs -dictionary- /Private -dictionary- -dictionary- courtesy of Adobe's ehandler.ps. With an 'embedded' download I get similar problems. Can anyone help me? Software is Adobe Transcript 2.1 by the way.