unifont-7.0.01.tar.gz
[unifont.git] / man / hexdraw.1
1 .TH HEXDRAW 1 "2008 Jul 06"
2 .SH NAME
3 hexdraw \- Convert a GNU Unifont .hex file to and from an ASCII text file
4 .SH SYNOPSIS
5 .br
6 .B hexdraw
7 <
8 .I input-font.hex
9 >
10 .I output-font.txt
11 .br
12 .B hexdraw
13 <
14 .I input-font.txt
15 >
16 .I output-font.hex
17 .SH DESCRIPTION
18 .B hexdraw
19 reads a sorted GNU Unifont .hex file from STDIN and writes a two
20 dimensional ASCII art rendering for each glyph to STDOUT.  The
21 output file can be edited with any text editor, then converted
22 back into a .hex file.
23 .SH FILES
24 *.hex GNU Unifont font files
25 .SH SEE ALSO
26 .BR bdfimplode(1),
27 .BR hex2bdf(1),
28 .BR hex2sfd(1),
29 .BR hexbraille(1),
30 .BR hexkinya(1),
31 .BR hexmerge(1),
32 .BR johab2ucs2(1),
33 .BR unibdf2hex(1),
34 .BR unibmp2hex(1),
35 .BR unicoverage(1),
36 .BR unidup(1),
37 .BR unifont(5),
38 .BR unifont-viewer(1),
39 .BR unifontchojung(1),
40 .BR unifontksx(1),
41 .BR unifontpic(1),
42 .BR unigencircles(1),
43 .BR unigenwidth(1),
44 .BR unihex2bmp(1),
45 .BR unihex2png(1),
46 .BR unihexgen(1),
47 .BR unipagecount(1),
48 .BR unipng2hex(1)
49 .SH AUTHOR
50 .B hexdraw
51 was written by Roman Czyborra.
52 .SH LICENSE
53 .B hexdraw
54 is Copyright \(co 1998 Roman Czyborra.
55 .PP
56 This program is free software; you can redistribute it and/or modify
57 it under the terms of the GNU General Public License as published by
58 the Free Software Foundation; either version 2 of the License, or
59 (at your option) any later version.
60 .SH BUGS
61 No known bugs exist.