home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / mswindo / programm / tools / 787 < prev    next >
Encoding:
Text File  |  1992-08-27  |  1.2 KB  |  31 lines

  1. Newsgroups: comp.os.ms-windows.programmer.tools
  2. Path: sparky!uunet!microsoft!hexnut!blakeco
  3. From: blakeco@microsoft.com (Blake Coverett)
  4. Subject: Re: FONTS
  5. Message-ID: <1992Aug27.215757.17933@microsoft.com>
  6. Date: 27 Aug 92 21:57:57 GMT
  7. Organization: Microsoft Canada Inc.
  8. References: <1992Aug24.095048.27543@crash>
  9. Lines: 20
  10.  
  11. In article <1992Aug24.095048.27543@crash> bsweet@crash.cts.com (Bill Sweetman) writes:
  12. >I'm looking for a small fixed font.  right now I'm using the ANSI_FIXED_FONT
  13. >but it is still too big.  Is there some way using CreateFont, that I can
  14. >make a smaller FIXED FONT??  any help is appreciated.
  15.  
  16. DOSAPP.FON contains several sizes of small fonts.  The face name is 
  17. "Terminal" and there are sizes down to 4x6 (which is just barely legible).
  18. I find 6x8 is very effective.
  19.  
  20. The trick is, although DOSAPP.FON comes with every copy of Win 3.1
  21. it isn't normally installed.  You can install it through the control
  22. panel like any other font, but to make it stick around you will need
  23. to remove the WOAFont= line from system.ini (its a ugly story, don't ask
  24. why).
  25.  
  26. -Blake
  27. -- 
  28. #include <std/disclaimer.h>                       blakeco@microsoft.com
  29. Mail Flames, Post Apologies.                      ...!uunet!microsoft!blakeco
  30.  
  31.