unifont-7.0.06.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 .SH FILES
16 *.bdf font files
17 .SH SEE ALSO
18 .BR hex2bdf(1),
19 .BR hex2sfd(1),
20 .BR hexbraille(1),
21 .BR hexdraw(1),
22 .BR hexkinya(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 unifont-viewer(1),
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 unihexfill(1),
39 .BR unihexgen(1),
40 .BR unipagecount(1),
41 .BR unipng2hex(1)
42 .SH AUTHOR
43 .B bdfimplode
44 was written by Roman Czyborra.
45 .SH LICENSE
46 .B bdfimplode
47 is Copyright \(co 1998 Roman Czyborra.
48 .PP
49 This program is free software; you can redistribute it and/or modify
50 it under the terms of the GNU General Public License as published by
51 the Free Software Foundation; either version 2 of the License, or
52 (at your option) any later version.
53 .SH BUGS
54 .B bdfimplode
55 was written to read a BDF file created by the
56 .B hex2bdf
57 script.  It will not properly handle other BDF files with differing
58 bounding boxes.