home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / msvibm.zip / PCFONTS / READ.ME < prev    next >
Text File  |  1995-06-21  |  3KB  |  85 lines

  1. PC FONTS FOR MS-DOS KERMIT
  2.  
  3. This directory contains public domain "fonts" that are equivalent to the code
  4. pages used by IBM and compatible PCs (with 256K EGA or better), but which can
  5. be loaded any time you want, without having to edit your AUTOEXEC.BAT file and
  6. reboot your PC.  These fonts, and the accompanying utility programs, are from
  7. Joseph (Yossi) Gil (Yogi) at the Technion in Haifa, Israel, host
  8. ssl.cs.technion.ac.il, directory /pub/DOS/Yogi.  Many others are also
  9. available from the same source.
  10.  
  11. This directory contains the following font utilities:
  12.  
  13. LOADFONT.COM, LOADFONT.HLP
  14.   The utility that loads a font.
  15.  
  16. WITHFONT.COM
  17.   TSR that loads a font and runs a program in such a way that the program
  18.   will use the font, even if the video mode changes (e.g. between 80 and
  19.   132 columns).
  20.  
  21. CHARSET.COM
  22.   A utility that displays all the characters in the current font.
  23.  
  24. The following fonts are included.  The filetype (.F16 or .F08) tells how many
  25. vertical dots the font contains.  The .F16 files are suitable for the normal
  26. 25-row by 80-column screen, and the .F08 files are suitable for most of the
  27. larger screen dimensions, such as 53x80.
  28.  
  29. CP437.F16 and .F08
  30.   A font for IBM Code Page 437, the default (hardware) code page on all PCs.
  31.  
  32. CP850.F16 and .F08
  33.   A font for IBM Code Page 850, the "multilingual code page" that can
  34.   represent most Western European languages.
  35.  
  36. CP852.F16 and .F08
  37.   A font for IBM Code Page 852, for Eastern European languages that are
  38.   written in the Roman Alphabet.
  39.  
  40. CP861.F16 and .F08
  41.   A font for IBM Code Page 861, Icelandic.  CP850 can also be used for
  42.   Icelandic, but CP861 predates CP850 and is still in wide use in Iceland.
  43.  
  44. CP862.F16 and .F08
  45.   A font for IBM Code Page 862, containing the Hebrew alphabet, used by
  46.   Kermit's Hebrew support (see the HEBREW subdirectory).
  47.  
  48. CP866.F16 and .F08
  49.   A font for IBM Code Page 866, containing the Cyrillic alphabet, used by
  50.   Kermit's Cyrillic support (see the CYRILLIC subdirectory).
  51.  
  52. SCRAWL.F16
  53.   Just for fun :-)
  54.  
  55. The standard MS-DOS Kermit 3.14 MSKERMIT.INI file includes the following
  56. macros that load the .F16 versions of these fonts:
  57.  
  58.   AFONT  - Default (CP437)
  59.   CFONT  - Cyrillic
  60.   EFONT  - East European
  61.   HFONT  - Hebrew
  62.   IFONT  - Icelandic (CP861)
  63.   MFONT  - Mutlilingual (West European)
  64.   SCRAWL - ???
  65.  
  66. The CHARSET macro runs the CHARSET program.
  67.  
  68. These macro names can be given as commands at the MS-Kermit> prompt if you
  69. have installed MS-DOS Kermit in the normal way.  If you are not using a long
  70. screen length, like 43 or 55 lines, you will have to modify the macros to use
  71. the .F08 fonts instead of the .F16 ones.  If you will be switching between
  72. 80 and 132 columns, you should start Kermit like this:
  73.  
  74.   c:\kermit\pcfonts\withfont c:\kermit\pcfonts\cpxxx.f16 kermit
  75.  
  76. (where xxx is the code page number) or, equivalently:
  77.  
  78.   c:
  79.   cd \kermit\pcfonts
  80.   withfont cpxxx kermit
  81.  
  82. Other fonts and sizes are available from the Technion FTP site.
  83.  
  84. (End of PCFONTS\READ.ME)
  85.