NAME
hex2bdf - Convert a GNU Unifont .hex file into a BDF font.
SYNOPSIS
hex2bdf < input_font.hex > output_font.bdf
DESCRIPTION
hex2bdf reads a sorted GNU Unifont .hex file (sorted with the Unix sort
utility) from stdin and writes a BDF version of the font to stdout.
FILES
*.hex GNU Unifont font files
SEE ALSO
bdfimplode(1), hex2bdf-split(1), hex2sfd(1), hexbraille(1), hexdraw(1),
hexmerge(1), johab2ucs2(1), unibmp2hex(1), unicoverage(1), unidup(1),
unihex2bmp(1), unipagecount(1), uniunmask(1)
AUTHOR
hex2bdf was written by Roman Czyborra.
LICENSE
hex2bdf is Copyright © 1998 Roman Czyborra, and is released under the
following terms (taken from http://czyborra.com/):
"All of my works you find here are freeware. You may freely copy, use,
quote, modify or redistribute them as long as you properly attribute my
contribution and have given a quick thought about whether Roman might
perhaps be interested to read what you did with his stuff. Horizontal
rules don’t apply."
BUGS
No known bugs exist.
2008 Jul 06