unifont-6.3.20131215.tar.gz
[unifont.git] / man / bdfimplode.1
1 .TH BDFIMPLODE 1 "2008 Jul 06"
2 .SH NAME
3 bdfimplode \- Convert a BDF font into GNU Unifont .hex format
4 .SH SYNOPSIS
5 .br
6 .B bdfimplode
7 <
8 .I input-font.bdf
9 >
10 .I output-font.hex
11 .SH DESCRIPTION
12 .B bdfimplode
13 reads a BDF font from STDOUT and writes GNU Unifont .hex conversion
14 of the font to STDOUT.
15 .PP
16 .SH FILES
17 *.bdf font files
18 .SH SEE ALSO
19 .BR hex2bdf(1),
20 .BR hex2sfd(1),
21 .BR hexbraille(1),
22 .BR hexdraw(1),
23 .BR hexmerge(1),
24 .BR johab2ucs2(1),
25 .BR unibdf2hex(1),
26 .BR unibmp2hex(1),
27 .BR unicoverage(1),
28 .BR unidup(1),
29 .BR unifont(5),
30 .BR unifontchojung(1),
31 .BR unifontksx(1),
32 .BR unifontpic(1),
33 .BR unigencircles(1),
34 .BR unigenwidth(1),
35 .BR unihex2bmp(1),
36 .BR unihex2png(1),
37 .BR unihexgen(1),
38 .BR unipagecount(1),
39 .BR unipng2hex(1)
40 .SH AUTHOR
41 .B bdfimplode
42 was written by Roman Czyborra.
43 .SH LICENSE
44 .B bdfimplode
45 is Copyright \(co 1998 Roman Czyborra.
46 .PP
47 This program is free software; you can redistribute it and/or modify
48 it under the terms of the GNU General Public License as published by
49 the Free Software Foundation; either version 2 of the License, or
50 (at your option) any later version.
51 .SH BUGS
52 .B bdfimplode
53 was written to read a BDF file created by the
54 .B hex2bdf
55 script.  It will not properly handle other BDF files with differing
56 bounding boxes.