home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / warpfont.zip / README.TXT < prev   
Text File  |  1995-06-10  |  6KB  |  139 lines

  1. WARPFONT.ZIP - Improved full-screen fonts for OS/2
  2.  
  3. OS2THIN.DCP replaces the standard fonts for full-screen text
  4. mode with better characters. Any OS/2 or DOS application running
  5. in a full-screen session will appear in the new, sharper font.
  6.  
  7.     For all full-screen sessions (OS/2 or DOS) running under
  8.     OS/2 Warp 3.0, or OS/2 2.1x - the only restriction is that
  9.     you must use either code page 437 (default U.S.), or code
  10.     page 850 (standard international) to use these new fonts.
  11.  
  12. Installation -
  13.  
  14. 1) Copy the OS2THIN.DCP file to your OS/2 boot drive.
  15.     For OS/2 Warp, the file is placed in d:\OS2\BOOT,
  16.     where "d:" is the drive where OS/2 is installed.
  17.     Under OS/2 2.x, it goes in the d:\OS2 directory.
  18.  
  19. 2) Use the system editor to change the line in your OS/2 CONFIG.SYS
  20.  
  21.     (For OS/2 Warp)
  22.         from -> DEVINFO=SCR,VGA,d:\OS2\BOOT\VIOTBL.DCP
  23.         to   -> DEVINFO=SCR,VGA,d:\OS2\BOOT\OS2THIN.DCP
  24.  
  25.     (For OS/2 2.x)
  26.         from -> DEVINFO=SCR,VGA,d:\OS2\VIOTBL.DCP
  27.         to   -> DEVINFO=SCR,VGA,d:\OS2\OS2THIN.DCP
  28.  
  29.     NOTE: make sure you use the correct drive & path for *your* OS/2
  30.     installation, and that the file is placed in the location you
  31.     specify. This is a critical file - OS/2 will not boot without it!
  32.  
  33. 3) Make sure that the CODEPAGE line in your OS/2 CONFIG.SYS reads
  34.  
  35.           CODEPAGE=437,850  (for most U.S. users)
  36.     (or)  CODEPAGE=850,437  (for most international users)
  37.  
  38. 4) Shutdown OS/2, and then reboot your system. After OS/2 loads,
  39.     start a full screen (OS/2 or DOS) session, then use the TYPE
  40.     command to display the CHARS.TXT file. This will show all the
  41.     ASCII characters in the new active font.
  42.  
  43.     NOTE:  a few control characters are omitted from CHARS.TXT
  44.     (tab, return, Ctrl-Z, etc.); however, OS2THIN.DCP redefines
  45.     *all* 256 characters.
  46.  
  47. 5) You can use the CHCP command to switch the session to the
  48.     alternate code page defined in the CONFIG.SYS - just type
  49.     CHCP 437  (or CHCP 850), and then redisplay the CHARS.TXT
  50.     file to see the font with the alternate code page.
  51.  
  52. 6) If you wish, you can now switch between the various screen
  53.     modes to view the three different character sizes. Use the
  54.     MODE command for OS/2 or DOS - generally, "MODE Cols,Rows"
  55.  
  56.         MODE 80,25      (8x16 character cells)
  57.         MODE 80,28      (8x14 character cells)
  58.         MODE 80,50      (8x8  character cells)
  59.  
  60.     Cols may be set to 40, 80 (default), or (for OS/2 sessions only) 132.
  61.     Rows may be set to 25 (default), 28 (!), 43, or 50. Thus:
  62.  
  63.     for DOS & OS/2 sessions: 80x25, 80x28, 80x43, 80x50,
  64.                              40x25, 40x28, 40x43, 40x50
  65.  
  66.     for OS/2 sessions only: 132x25, 132x28, 132x43, 132x50
  67.  
  68.     NOTE:  the 28 column modes *are* supported, but are
  69.            *not* mentioned in the OS/2 documentation!
  70.  
  71.     The fonts in OS2THIN.DCP will show up in all the modes listed above.
  72.  
  73.  
  74. Some notes about OS2THIN.DCP -
  75.  
  76. 1) These fonts are for full-screen text mode only. This
  77.     includes emulated screen support in DOS sessions - I have
  78.     tested it with WordPerfect, Personal Editor, (etc.); but
  79.     it will work for *any* DOS or OS/2 text mode application.
  80.  
  81. 2) The standard US code page (437) and the most common international
  82.     code page (850) are the only ones redefined in OS2THIN.DCP.
  83.     Other code pages may be added if interest warrants. If you
  84.     specify a codepage other than 437 or 850 you will get the
  85.     default (OS/2) full-screen font for that code page.
  86.  
  87. 3) If you want to change the text font in a *windowed* OS/2 or DOS
  88.     session, there is a FONT SIZE option available from the session
  89.     menu. Click on the upper left corner of the windowed session,
  90.     then click on FONT SIZE. There are a number of fonts available
  91.     - try them until you find one that you like. NOTE:  these are
  92.     the standard VIO fonts provided by OS/2. OS2THIN.DCP does *not*
  93.     change these fonts.
  94.  
  95.     Please direct suggestions or comments to Michael Kilby,
  96.     Internet: Michael.Kilby@f347.n109.z1.fidonet.org
  97.     FidoNet: Michael Kilby, 1:109/347
  98.     The OS/2 Shareware BBS (local message area) - 703-385-4325
  99.  
  100.  
  101. Files included in this ZIP file:
  102.  
  103.     OS2THIN.DCP - Modified OS/2 screen fonts for code pages 437 & 850
  104.     CHARS.TBL   - ASCII table to view the character set (any code page)
  105.     README.TXT  - This file
  106.     FILE_ID.DIZ - File contents information for BBS systems offering
  107.                   the WARPFONT.ZIP file (may be deleted).
  108.  
  109. In DOSFONT.ZIP -
  110.     VGATHIN.CPI - Modified EGA/VGA screen fonts for native DOS
  111.     DOSFONT.TXT - How to use VGATHIN.CPI for native DOS
  112.     NEW437.BAT, NEW850.BAT - switch between fonts in (native) DOS
  113.     OLD437.BAT, OLD850.BAT - (see DOSFONT.TXT for information)
  114.  
  115.  
  116. Release history -
  117.  
  118.     TEXTFONT.ZIP was originally released 08 Oct 1993 for OS/2 2.1
  119.  
  120.     Version 1.01 (01 Nov 1993) - very minor changes to a few
  121.     characters, updated documentation & installation procedures.
  122.  
  123.     Updated for OS/2 Warp 3.0 (and renamed WARPFONT.ZIP) - 07 Mar 1995
  124.  
  125.     Revised documentation - 10 June 1995.
  126.  
  127.  
  128. NOTE:  This file is distributed as a freeware modification to
  129. the standard VIOTBL.DCP file in OS/2 Warp.  The author retains
  130. copyright to the new, modified fonts, but you are free to use
  131. them for your own personal use.  However, you may not include
  132. these fonts in any commercial product (or shareware) without
  133. first contacting the author and arranging for licensing.
  134.  
  135.     The author assumes no liability for problems associated with using
  136.     this .DCP file.  It has been thoroughly tested, and is completely
  137.     compatible with OS/2 Warp, but any problems you may encounter are
  138.     your own responsibility.
  139.