66534e925fd5a8988d136c95e80f121010fb3b01
[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 .PP
24 .SH FILES
25 .TP 15
26 *.hex GNU Unifont font files
27 .SH SEE ALSO
28 .BR bdfimplode (1),
29 .BR hex2bdf (1),
30 .BR hex2sfd (1),
31 .BR hexbraille (1),
32 .BR hexmerge (1),
33 .BR johab2ucs2 (1),
34 .BR unibdf2hex (1),
35 .BR unifontpic (1),
36 .BR unibmp2hex (1),
37 .BR unicoverage (1),
38 .BR unidup (1),
39 .BR unifontchojung (1),
40 .BR unifontksx (1),
41 .BR unigencircles (1),
42 .BR unigenwidth (1),
43 .BR unihex2bmp (1),
44 .BR unihexgen (1),
45 .BR unipagecount (1),
46 .BR uniunmask (1)
47 .SH AUTHOR
48 .B hexdraw
49 was written by Roman Czyborra.
50 .SH LICENSE
51 .B hexdraw
52 is Copyright \(co 1998 Roman Czyborra, and is released under the following
53 terms (taken from http://czyborra.com):
54 .PP
55 "All of my works you find here are freeware. You may freely copy, use, quote,
56 modify or redistribute them as long as you properly attribute my contribution
57 and have given a quick thought about whether Roman might perhaps be interested
58 to read what you did with his stuff. Horizontal rules don't apply."
59 .SH BUGS
60 No known bugs exist.