font: lower and larger degree sign
[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 unihexfill(1),
47 .BR unihexgen(1),
48 .BR unipagecount(1),
49 .BR unipng2hex(1)
50 .SH AUTHOR
51 .B hexdraw
52 was written by Roman Czyborra.
53 .SH LICENSE
54 .B hexdraw
55 is Copyright \(co 1998 Roman Czyborra.
56 .PP
57 This program is free software; you can redistribute it and/or modify
58 it under the terms of the GNU General Public License as published by
59 the Free Software Foundation; either version 2 of the License, or
60 (at your option) any later version.
61 .SH BUGS
62 No known bugs exist.