hexdraw(1) Convert a GNU Unifont .hex file to and from an ASCII text file

SYNOPSIS


hexdraw < input-font.hex > output-font.txt
hexdraw < input-font.txt > output-font.hex

DESCRIPTION

hexdraw reads a sorted GNU Unifont .hex file from STDIN and writes a two dimensional ASCII art rendering for each glyph to STDOUT. The output file can be edited with any text editor, then converted back into a .hex file.

FILES

*.hex GNU Unifont font files

AUTHOR

hexdraw was written by Roman Czyborra.

LICENSE

hexdraw is Copyright © 1998 Roman Czyborra.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

BUGS

No known bugs exist.