home *** CD-ROM | disk | FTP | other *** search
- EGAHERC.EXE
-
- EGAHERC converts between 14 byte EGA and 16 byte HERCULES+/VGA fonts.
- Its behaviour is controlled by a command line switch:
-
- EGAHERC font1.bin font2.bin /E_H
-
- reads font1.bin, pads every 14-byte-group out with two
- null bytes and writes the 16 bytes to disk
-
- EGAHERC font1.bin font2.bin /H_E
-
- reads font1.bin, truncates every 16-byte-group by two
- bytes and writes the 14-byte-groups to disk.
-
-