unifont-6.3.20131215.tar.gz
[unifont.git] / doc / bdfimplode.texi
1 @comment TROFF INPUT: .TH BDFIMPLODE 1 "2008 Jul 06"
2
3 @node bdfimplode
4 @section bdfimplode
5 @c DEBUG: print_menu("@section")
6
7 @menu
8 * bdfimplode NAME::
9 * bdfimplode SYNOPSIS::
10 * bdfimplode DESCRIPTION::
11 * bdfimplode FILES::
12 * bdfimplode SEE ALSO::
13 * bdfimplode AUTHOR::
14 * bdfimplode LICENSE::
15 * bdfimplode BUGS::
16
17 @end menu
18
19
20 @comment TROFF INPUT: .SH NAME
21
22 @node bdfimplode NAME
23 @subsection bdfimplode NAME
24 @c DEBUG: print_menu("bdfimplode NAME")
25
26 bdfimplode @minus{} Convert a BDF font into GNU Unifont .hex format
27 @comment TROFF INPUT: .SH SYNOPSIS
28
29 @node bdfimplode SYNOPSIS
30 @subsection bdfimplode SYNOPSIS
31 @c DEBUG: print_menu("bdfimplode SYNOPSIS")
32
33 @comment TROFF INPUT: .br
34 @comment .br
35 @comment TROFF INPUT: .B bdfimplode
36 @b{bdfimplode}
37 <
38 @comment TROFF INPUT: .I input-font.bdf
39 @i{input-font.bdf}
40 >
41 @comment TROFF INPUT: .I output-font.hex
42 @i{output-font.hex}
43 @comment TROFF INPUT: .SH DESCRIPTION
44
45 @node bdfimplode DESCRIPTION
46 @subsection bdfimplode DESCRIPTION
47 @c DEBUG: print_menu("bdfimplode DESCRIPTION")
48
49 @comment TROFF INPUT: .B bdfimplode
50 @b{bdfimplode}
51 reads a BDF font from STDOUT and writes GNU Unifont .hex conversion
52 of the font to STDOUT.
53 @comment TROFF INPUT: .PP
54
55 @comment TROFF INPUT: .SH FILES
56
57 @node bdfimplode FILES
58 @subsection bdfimplode FILES
59 @c DEBUG: print_menu("bdfimplode FILES")
60
61 *.bdf font files
62 @comment TROFF INPUT: .SH SEE ALSO
63
64 @node bdfimplode SEE ALSO
65 @subsection bdfimplode SEE ALSO
66 @c DEBUG: print_menu("bdfimplode SEE ALSO")
67
68 @comment TROFF INPUT: .BR hex2bdf(1),
69 @b{hex2bdf(1),}
70 @comment TROFF INPUT: .BR hex2sfd(1),
71 @b{hex2sfd(1),}
72 @comment TROFF INPUT: .BR hexbraille(1),
73 @b{hexbraille(1),}
74 @comment TROFF INPUT: .BR hexdraw(1),
75 @b{hexdraw(1),}
76 @comment TROFF INPUT: .BR hexmerge(1),
77 @b{hexmerge(1),}
78 @comment TROFF INPUT: .BR johab2ucs2(1),
79 @b{johab2ucs2(1),}
80 @comment TROFF INPUT: .BR unibdf2hex(1),
81 @b{unibdf2hex(1),}
82 @comment TROFF INPUT: .BR unibmp2hex(1),
83 @b{unibmp2hex(1),}
84 @comment TROFF INPUT: .BR unicoverage(1),
85 @b{unicoverage(1),}
86 @comment TROFF INPUT: .BR unidup(1),
87 @b{unidup(1),}
88 @comment TROFF INPUT: .BR unifont(5),
89 @b{unifont(5),}
90 @comment TROFF INPUT: .BR unifontchojung(1),
91 @b{unifontchojung(1),}
92 @comment TROFF INPUT: .BR unifontksx(1),
93 @b{unifontksx(1),}
94 @comment TROFF INPUT: .BR unifontpic(1),
95 @b{unifontpic(1),}
96 @comment TROFF INPUT: .BR unigencircles(1),
97 @b{unigencircles(1),}
98 @comment TROFF INPUT: .BR unigenwidth(1),
99 @b{unigenwidth(1),}
100 @comment TROFF INPUT: .BR unihex2bmp(1),
101 @b{unihex2bmp(1),}
102 @comment TROFF INPUT: .BR unihex2png(1),
103 @b{unihex2png(1),}
104 @comment TROFF INPUT: .BR unihexgen(1),
105 @b{unihexgen(1),}
106 @comment TROFF INPUT: .BR unipagecount(1),
107 @b{unipagecount(1),}
108 @comment TROFF INPUT: .BR unipng2hex(1)
109 @b{unipng2hex(1)}
110 @comment TROFF INPUT: .SH AUTHOR
111
112 @node bdfimplode AUTHOR
113 @subsection bdfimplode AUTHOR
114 @c DEBUG: print_menu("bdfimplode AUTHOR")
115
116 @comment TROFF INPUT: .B bdfimplode
117 @b{bdfimplode}
118 was written by Roman Czyborra.
119 @comment TROFF INPUT: .SH LICENSE
120
121 @node bdfimplode LICENSE
122 @subsection bdfimplode LICENSE
123 @c DEBUG: print_menu("bdfimplode LICENSE")
124
125 @comment TROFF INPUT: .B bdfimplode
126 @b{bdfimplode}
127 is Copyright @copyright{} 1998 Roman Czyborra.
128 @comment TROFF INPUT: .PP
129
130 This program is free software; you can redistribute it and/or modify
131 it under the terms of the GNU General Public License as published by
132 the Free Software Foundation; either version 2 of the License, or
133 (at your option) any later version.
134 @comment TROFF INPUT: .SH BUGS
135
136 @node bdfimplode BUGS
137 @subsection bdfimplode BUGS
138 @c DEBUG: print_menu("bdfimplode BUGS")
139
140 @comment TROFF INPUT: .B bdfimplode
141 @b{bdfimplode}
142 was written to read a BDF file created by the
143 @comment TROFF INPUT: .B hex2bdf
144 @b{hex2bdf}
145 script.  It will not properly handle other BDF files with differing
146 bounding boxes.