unifont-7.0.06.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: .SH FILES
54
55 @node bdfimplode FILES
56 @subsection bdfimplode FILES
57 @c DEBUG: print_menu("bdfimplode FILES")
58
59 *.bdf font files
60 @comment TROFF INPUT: .SH SEE ALSO
61
62 @node bdfimplode SEE ALSO
63 @subsection bdfimplode SEE ALSO
64 @c DEBUG: print_menu("bdfimplode SEE ALSO")
65
66 @comment TROFF INPUT: .BR hex2bdf(1),
67 @b{hex2bdf(1),}
68 @comment TROFF INPUT: .BR hex2sfd(1),
69 @b{hex2sfd(1),}
70 @comment TROFF INPUT: .BR hexbraille(1),
71 @b{hexbraille(1),}
72 @comment TROFF INPUT: .BR hexdraw(1),
73 @b{hexdraw(1),}
74 @comment TROFF INPUT: .BR hexkinya(1),
75 @b{hexkinya(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 unifont-viewer(1),
91 @b{unifont-viewer(1),}
92 @comment TROFF INPUT: .BR unifontchojung(1),
93 @b{unifontchojung(1),}
94 @comment TROFF INPUT: .BR unifontksx(1),
95 @b{unifontksx(1),}
96 @comment TROFF INPUT: .BR unifontpic(1),
97 @b{unifontpic(1),}
98 @comment TROFF INPUT: .BR unigencircles(1),
99 @b{unigencircles(1),}
100 @comment TROFF INPUT: .BR unigenwidth(1),
101 @b{unigenwidth(1),}
102 @comment TROFF INPUT: .BR unihex2bmp(1),
103 @b{unihex2bmp(1),}
104 @comment TROFF INPUT: .BR unihex2png(1),
105 @b{unihex2png(1),}
106 @comment TROFF INPUT: .BR unihexfill(1),
107 @b{unihexfill(1),}
108 @comment TROFF INPUT: .BR unihexgen(1),
109 @b{unihexgen(1),}
110 @comment TROFF INPUT: .BR unipagecount(1),
111 @b{unipagecount(1),}
112 @comment TROFF INPUT: .BR unipng2hex(1)
113 @b{unipng2hex(1)}
114 @comment TROFF INPUT: .SH AUTHOR
115
116 @node bdfimplode AUTHOR
117 @subsection bdfimplode AUTHOR
118 @c DEBUG: print_menu("bdfimplode AUTHOR")
119
120 @comment TROFF INPUT: .B bdfimplode
121 @b{bdfimplode}
122 was written by Roman Czyborra.
123 @comment TROFF INPUT: .SH LICENSE
124
125 @node bdfimplode LICENSE
126 @subsection bdfimplode LICENSE
127 @c DEBUG: print_menu("bdfimplode LICENSE")
128
129 @comment TROFF INPUT: .B bdfimplode
130 @b{bdfimplode}
131 is Copyright @copyright{} 1998 Roman Czyborra.
132 @comment TROFF INPUT: .PP
133
134 This program is free software; you can redistribute it and/or modify
135 it under the terms of the GNU General Public License as published by
136 the Free Software Foundation; either version 2 of the License, or
137 (at your option) any later version.
138 @comment TROFF INPUT: .SH BUGS
139
140 @node bdfimplode BUGS
141 @subsection bdfimplode BUGS
142 @c DEBUG: print_menu("bdfimplode BUGS")
143
144 @comment TROFF INPUT: .B bdfimplode
145 @b{bdfimplode}
146 was written to read a BDF file created by the
147 @comment TROFF INPUT: .B hex2bdf
148 @b{hex2bdf}
149 script.  It will not properly handle other BDF files with differing
150 bounding boxes.