Xref: utzoo comp.sys.mac:44013 comp.sys.mac.programmer:11076 Path: utzoo!attcan!uunet!mailrus!tut.cis.ohio-state.edu!ucbvax!agate!shelby!neon!kaufman From: kaufman@Neon.Stanford.EDU (Marc T. Kaufman) Newsgroups: comp.sys.mac,comp.sys.mac.programmer Subject: Re: PS font files Message-ID: <1989Dec12.042036.14471@Neon.Stanford.EDU> Date: 12 Dec 89 04:20:36 GMT References: <1517@sequent.cs.qmc.ac.uk> Sender: USENET News System Organization: Computer Science Department, Stanford University Lines: 13 In article <1517@sequent.cs.qmc.ac.uk> jeremyr@cs.qmc.ac.uk (Jeremy Roussak) writes: >I'm sure this has been asked before, but could someone tell me where >in a FONT or FOND resource the printer font file name is stored? >I can't seem to find it. The printer font file name "pieces" are stored after the width tables in the FOND. You should find the main name (e.g. "__Helvetica"), and some optional suffixes (e.g. "-", "bold"). The table just before the name bits tells how to use the style to put together the name and a suitable set of suffixes to get the real font name. Marc Kaufman (kaufman@Neon.stanford.edu)