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