home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / amiga / programm / 17784 < prev    next >
Encoding:
Internet Message Format  |  1992-12-24  |  808 b 

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