Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!lll-winken!uunet!zephyr.ens.tek.com!tektronix!psueea!jove.cs.pdx.edu!bartonr From: bartonr@jove.cs.pdx.edu (Robert Barton) Newsgroups: comp.sys.amiga.tech Subject: Using multiple fonts with Intuition Message-ID: <1694@psueea.UUCP> Date: 9 Sep 89 18:54:04 GMT Sender: news@psueea.UUCP Reply-To: bartonr@jove.cs.pdx.edu (Robert Barton) Organization: Dept. of Computer Science, Portland State University; Portland OR Lines: 11 jack@stevie.cs.unlv.edu (The Prism) writes: struct TextAttr biggerfont = { "courier.font", 18, FS_NORMAL, FPB_DISKFONT, }; ========== That should be FPF_DISKFONT. FPB_DISKFONT == 1 == FPF_ROMFONT. So you're really asking for a ROM font which doesn't exist.