Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!apple!agate!ziploc!eps From: eps@toaster.SFSU.EDU (Eric P. Scott) Newsgroups: comp.sys.next Subject: Re: Downloading Postscript fonts to a printer? Summary: RTFM Message-ID: <1312@toaster.SFSU.EDU> Date: 12 Feb 91 06:21:45 GMT References: <1991Feb6.162711.1014@shaman.uucp> <417@heaven.woodside.ca.us> Reply-To: eps@cs.SFSU.EDU (Eric P. Scott) Organization: San Francisco State University Lines: 25 In article <417@heaven.woodside.ca.us> glenn@heaven.woodside.ca.us (Glenn Reid) writes: >In article <1991Feb6.162711.1014@shaman.uucp> jiro@shaman.uucp (Jiro Nakamura) writes: >>Does anyone know how to download Postcript fonts from the NeXT to a printer? >%! >serverdict begin 0 exitserver Gee, Mr. PostScript, shouldn't that be %!PS-Adobe-2.0 ExitServer %%EndComments %%BeginExitServer: 0 serverdict begin 0 exitserver ... %%EndExitServer %%EOF ? :-) Um, why has no one mentioned the "fontloader" utility described on pp. 180-181 of Network and System Administration? -=EPS=-