home *** CD-ROM | disk | FTP | other *** search
/ Play and Learn 2 / 19941.ZIP / 19941 / FONTS / ZIPFILES / FONTEDIT.ZIP / EGAHERC.DOC < prev    next >
Encoding:
Text File  |  1990-03-03  |  443 b   |  17 lines

  1.                   EGAHERC.EXE
  2.  
  3. EGAHERC converts between  14 byte EGA  and 16 byte  HERCULES+/VGA fonts.
  4. Its behaviour is controlled by a command line switch:
  5.  
  6. EGAHERC font1.bin font2.bin /E_H
  7.  
  8.         reads font1.bin, pads every 14-byte-group out with two
  9.         null bytes and writes the 16 bytes to disk
  10.  
  11. EGAHERC font1.bin font2.bin /H_E
  12.  
  13.         reads font1.bin, truncates every 16-byte-group by two
  14.         bytes and writes the 14-byte-groups to disk.
  15.  
  16.  
  17.