Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!apple!bionet!arisia!roo!mdixon From: mdixon@parc.xerox.com (Mike Dixon) Newsgroups: comp.sys.next Subject: Re: Mfrc Program - Questio Message-ID: Date: 19 Nov 90 18:24:27 GMT References: <2467.2747BB45@blkcat.fidonet.org> Sender: news@parc.xerox.com Organization: Xerox PARC, Palo Alto, CA Lines: 20 In-reply-to: Mitch.Alland@f421.n109.z1.fidonet.org's message of 18 Nov 90 13:03:27 GMT i haven't played with the screen fonts, but it's quite straightforward to move adobe fonts from a mac to a next with no software whatsoever... on the mac, make a document that uses all the fonts you care about. generate a postscript file from it. move the ps file to the next machine. on the next, open the ps file in edit. while you're at it, open one of the standard next fonts (e.g. timesroman) for an example of the format. you should be able to find each of the fonts in the header of the ps file -- just cut & paste them into separate files. it's a little labor-intensive, but it's straightforward, reliable, and it really works. (note that you have to also get the afm files, and then run buildafmdir) -- .mike.