bdfimplode(1) Convert a BDF font into GNU Unifont .hex format

SYNOPSIS


bdfimplode < input-font.bdf > output-font.hex

DESCRIPTION

bdfimplode reads a BDF font from STDOUT and writes GNU Unifont .hex conversion of the font to STDOUT.

FILES

*.bdf font files

AUTHOR

bdfimplode was written by Roman Czyborra.

LICENSE

bdfimplode 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

bdfimplode was written to read a BDF file created by the hex2bdf script. It will not properly handle other BDF files with differing bounding boxes.