home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!spool.mu.edu!wupost!csus.edu!netcom.com!netcomsv!terapin!paulk
- From: paulk@terapin.com (Paul Kienitz)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Newbie font/screen question
- References: <38110@cbmvax.commodore.com>
- Message-ID: <paulk.2x6i@terapin.com>
- Date: 24 Dec 92 08:52:23 PST
- Organization: BBS
- Lines: 11
-
- > Occasionally you may still want to do an OpenFont first; this
- > allows you to use your own judgement about what constitutes an
- > acceptable match. For many purposes, however, this is now
- > unnecessary.
-
- Yes, I have to do this in most projects, both for 1.x and for
- rejecting unusable fonts such as in cases where I need fixed-width
- fonts only.
-
- Note, everyone: if you don't want a hideous scaled bitmap, be sure to
- specify FPF_DESIGNED in the TextAttr's flags field.
-