41e53854b6fb17c9db4ed03083a1bf9879dcd04c
[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 hexkinya(1),
24 .BR hexmerge(1),
25 .BR johab2ucs2(1),
26 .BR unibdf2hex(1),
27 .BR unibmp2hex(1),
28 .BR unicoverage(1),
29 .BR unidup(1),
30 .BR unifont(5),
31 .BR unifontchojung(1),
32 .BR unifontksx(1),
33 .BR unifontpic(1),
34 .BR unigencircles(1),
35 .BR unigenwidth(1),
36 .BR unihex2bmp(1),
37 .BR unihex2png(1),
38 .BR unihexgen(1),
39 .BR unipagecount(1),
40 .BR unipng2hex(1)
41 .SH AUTHOR
42 .B bdfimplode
43 was written by Roman Czyborra.
44 .SH LICENSE
45 .B bdfimplode
46 is Copyright \(co 1998 Roman Czyborra.
47 .PP
48 This program is free software; you can redistribute it and/or modify
49 it under the terms of the GNU General Public License as published by
50 the Free Software Foundation; either version 2 of the License, or
51 (at your option) any later version.
52 .SH BUGS
53 .B bdfimplode
54 was written to read a BDF file created by the
55 .B hex2bdf
56 script.  It will not properly handle other BDF files with differing
57 bounding boxes.