home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / msdos / programm / 12419 < prev    next >
Encoding:
Text File  |  1993-01-25  |  1.0 KB  |  26 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!cs.utexas.edu!torn!spartan.ac.BrockU.CA!dboese
  3. From: dboese@spartan.ac.BrockU.CA (Darcy Boese)
  4. Subject: Font woes
  5. Message-ID: <1993Jan25.135802.27167@spartan.ac.BrockU.CA>
  6. Organization: Brock University, St. Catharines Ontario
  7. X-Newsreader: Tin 1.1 PL4
  8. Date: Mon, 25 Jan 1993 13:58:02 GMT
  9. Lines: 15
  10.  
  11. I've been working on setting up a different font for some DOS applications,
  12. using the example of the shareware program _Font Mania_ by Rexxcom.  I only
  13. have one major obstacle which I can't quite figure out:
  14.  
  15. How do you choose between using an 8xNN font versus a 9xXX font with the
  16. extra pixel leaving space between characters?
  17.  
  18. I am using assembly-language calls to BIOS (from within a Turbo Pascal
  19. program) to load in the new fonts, exactly the same way that the demo uses,
  20. but the space is there.
  21.  
  22. But I have noticed that if I run the demo program before I run my own
  23. switcher, the space is gone.      
  24.  
  25. So what BIOS calls do I need to make to switch between these two font modes?
  26.