www.LinuxHowtos.org
BDFIMPLODE
Section: User Commands (1)Updated: 2008 Jul 06
Index Return to Main Contents
NAME
bdfimplode - Convert a BDF font into GNU Unifont .hex format.SYNOPSIS
bdfimplode < input_font.bdf > output_font.hex
DESCRIPTION
bdfimplode reads a BDF font from stdin and writes GNU Unifont .hex conversion of the font to stdout.FILES
- *.bdf font files
SEE ALSO
hex2bdf(1), hex2bdf-split(1), hexbraille(1), hex2sfd(1), hexdraw(1), hexmerge(1), johab2ucs2(1), unibmp2hex(1), unicoverage(1), unidup(1), unihex2bmp(1), unipagecount(1), uniunmask(1)AUTHOR
bdfimplode was written by Roman Czyborra.LICENSE
bdfimplode 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
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.