Xref: utzoo comp.lang.postscript:6700 comp.sys.mac.hypercard:4983 Path: utzoo!attcan!uunet!zaphod.mps.ohio-state.edu!swrinde!ucsd!ucbvax!bloom-beacon!eru!hagbard!sunic!sics.se!ollef From: ollef@sics.se (Olle Furberg) Newsgroups: comp.lang.postscript,comp.sys.mac.hypercard Subject: Re: Printing PostScript from Hypercard? Message-ID: <1990Nov12.231356.27159@sics.se> Date: 12 Nov 90 23:13:56 GMT References: <90313.190905DBG@SLACVM.SLAC.STANFORD.EDU> Sender: news@sics.se Organization: Swedish Institute of Computer Science, Kista Lines: 19 In <90313.190905DBG@SLACVM.SLAC.STANFORD.EDU> DBG@SLACVM.SLAC.STANFORD.EDU writes: >I remember in the early days there was a special font which one could >use in MacWrite which had that property. You would write a PostScript The font should be named "PostScript Escape". However, you could use any font for this purpose: The name for the postscript escape font is written in the 'STR ' resource id -8188 in the LaserWriter file. You could change this to "Courier", "Times" or whatever you want. But keep in mind that this will not work if you try to print with another print resource file. The easiest way is to take a copy of e.g. the Courier font, change the FONT id number (>>128) and set the name to "PostScript Escape". To change the FONT name in ResEdit you have to make some magically gestures with the optionkey to view the FONT in size 0. Keep this stack in your font of your hat. /Olle