Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!rutgers!lll-lcc!ptsfa!hoptoad!academ!uhnix1!sugar!peter From: peter@sugar.UUCP (Peter da Silva) Newsgroups: comp.sys.amiga Subject: Re: Disk fonts: how to use? Message-ID: <521@sugar.UUCP> Date: Thu, 20-Aug-87 07:20:15 EDT Article-I.D.: sugar.521 Posted: Thu Aug 20 07:20:15 1987 Date-Received: Sun, 23-Aug-87 10:43:23 EDT References: <475@sugar.UUCP> <2217@cbmvax.UUCP> Organization: Sugar Land UNIX - Houston, TX Lines: 24 Keywords: amiga disk font Summary: OK, already. I get the message. You should specify the name ".font", despite the document's references to "fontname/size" in a context that leads one to believe that's what you should do. Look, the documentation is abysmal, OK? Why they didn't just use the -man macros (they were obviously using *roff), and follow the UNIX documentation standards? My main peeve is this: where they have: process = CreateProc(name, pri, segment, stacksize) D0 D1 D2 D3 D4 Why didn't they do this: process = CreateProc(name, pri, segment, stacksize) struct MessagePort *process; /* D0 */ UBYTE *name; /* D1 */ int pri; /* D2 */ ... You have to guess at types all over the place. Is there a decent set of docs anywhere? -- -- Peter da Silva `-_-' ...!seismo!soma!uhnix1!sugar!peter (I said, NO PHOTOS!)