Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxn!ihnp4!ihlpm!rdkuphal From: rdkuphal@ihlpm.UUCP (Heading) Newsgroups: net.text Subject: A POSTSCRIPT question Message-ID: <807@ihlpm.UUCP> Date: Wed, 4-Jun-86 00:27:14 EDT Article-I.D.: ihlpm.807 Posted: Wed Jun 4 00:27:14 1986 Date-Received: Sat, 7-Jun-86 14:01:12 EDT Distribution: net Organization: AT&T Bell Laboratories Lines: 24 Perhaps a stupid question, but I am new at POSTSCRIPT. If one defines a user font, say consisting of one special character, does that font stay in the (memory?) in POSTSCRIPT until the machine is turned off?, or do you have to define the font each time you send a POSTSCRIPT file to the printer in order to use it? I have a font that someone gave me, and it will print when I do the "moveto's" and "show's" in the same file as the font is defined, but if I send the font definition to the printer, and then right after thats done, send a file to use the previously defined font, it does not print from the defined font, it uses the Courier font (I assume as the default). The second file, to use the font looks like: erasepage newpath initgraphics /myfont findfont 12 scalefont setfont 300 300 moveto (b) show showpage Any help would be nice.