home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / os2 / misc / 36431 < prev    next >
Encoding:
Text File  |  1992-11-14  |  2.2 KB  |  57 lines

  1. Newsgroups: comp.os.os2.misc
  2. Path: sparky!uunet!ukma!wupost!zaphod.mps.ohio-state.edu!swrinde!ringer!mlevis
  3. From: mlevis@ringer.cs.utsa.edu (Mike Levis) (OS/2)
  4. Subject: Re: Large Window, small font
  5. Message-ID: <1992Nov13.214741.11728@ringer.cs.utsa.edu>
  6. Organization: University of Texas at San Antonio
  7. References: <1992Nov11.100755.29007@monu6.cc.monash.edu.au> <1992Nov12.232009.20991@midway.uchicago.edu> <1992Nov13.173802.4694@sbcs.sunysb.edu>
  8. Date: Fri, 13 Nov 1992 21:47:41 GMT
  9. Lines: 46
  10.  
  11. In article <1992Nov13.173802.4694@sbcs.sunysb.edu> mjn@sbmiclr.cs.sunysb.edu (The Sixth Replicant) writes:
  12. >In article <1992Nov12.232009.20991@midway.uchicago.edu> sip1@midway.uchicago.edu writes:
  13. >>
  14. >>(a) is quite easy to do -- simply add /K MODE CO80,50 (or whatever) to
  15. >>the end of the DOS_SHELL variable in your notebook settings for your
  16. >>program object.  I hope that's clear enough -- if not, mail me.
  17. >>
  18. >
  19. >OK, here's one: Why can't I say mode co132,25 to get a _wide_ screen when
  20. >I'm in a window. I know it's not supported by my VGA board, but when I'm
  21. >in a window, I'm not using the VGA's character support anyway.
  22.  
  23. The maximum resolution for VGA is 640 pixels wide.  640 / 132 = 4.84...
  24. This means each character box can only be 4 pixels wide!  Each character
  25. itself can only be 3 pixels wide, plus 1 pixel to separate characters.
  26. This font size is too narrow to create wide characters, like "m" and "w".
  27.  
  28. What you need is SVGA or better (and the proper driver) to get at least
  29. an 800 pixels wide screen.  800 / 132 = 6.06...  This allows characters
  30. to be 5 pixels wide (plus one pixel to separate characters).
  31.  
  32. Here is an "m" font using a 6-pixel-wide character box:
  33. ......
  34. ......
  35. ......
  36. ......
  37. xx.x..
  38. x.x.x.
  39. x.x.x.
  40. x.x.x.
  41. x.x.x.
  42. ......
  43.  
  44. Now try making an "m" font using a 4-pixel-wide character box...
  45.  
  46. >
  47. >-----------------------------------------------------------------------------
  48. >Marc Neuberger                                            mjn@sbcs.sunysb.edu
  49. >
  50.  
  51.  
  52. -- 
  53. ====== Mike Levis   mlevis@ringer.cs.utsa.edu ======
  54. "I believed what I was told, I thought it was a good   .--.
  55. life, I thought I was happy.  Then I found something  (OS/2)
  56. that changed it all..."  --  Anonymous, 2112  [Rush]   ~--~
  57.