font: lower and larger degree sign
[unifont.git] / man / unihexgen.1
1 .TH UNIHEXGEN 1 "2013 Sep 03"
2 .SH NAME
3 unihexgen \- Generate Unifont 4- or 6-digit hexadecimal glyphs
4 .SH SYNOPSIS
5 .br
6 .B unihexgen
7 .I startpoint endpoint
8 .SH DESCRIPTION
9 .B unihexgen
10 produces unifont.hex entries in the Unicode code point range
11 .I startpoint
12 to
13 .I endpoint
14 (specified as the two command-line arguments).
15 Output is to STDOUT.  If a codepoint is less than or equal to
16 "FFFF" (i.e., 0xFFFF), a four-digit hexadecimal number is encoded
17 within the corresponding Unifont glyph as two digits on each of
18 two rows.  Otherwise, a six-digit hexadecimal number is encoded as
19 three digits on each of two rows.
20 .SH OPTIONS
21 There are no options.
22 .SH FILES
23 *.hex as output.
24 .SH EXAMPLE
25 To generate the Private Use Area glyphs in the Unicode range
26 U+E000..U+F8FF, invoke unihexgen with these arguments:
27 .PP
28 .RS
29 .B unihexgen
30 e000 f8ff
31 .RE
32 .SH SEE ALSO
33 .BR bdfimplode(1),
34 .BR hex2bdf(1),
35 .BR hex2sfd(1),
36 .BR hexbraille(1),
37 .BR hexdraw(1),
38 .BR hexkinya(1),
39 .BR hexmerge(1),
40 .BR johab2ucs2(1),
41 .BR unibdf2hex(1),
42 .BR unibmp2hex(1),
43 .BR unicoverage(1),
44 .BR unidup(1),
45 .BR unifont(5),
46 .BR unifont-viewer(1),
47 .BR unifontchojung(1),
48 .BR unifontksx(1),
49 .BR unifontpic(1),
50 .BR unigencircles(1),
51 .BR unigenwidth(1),
52 .BR unihex2bmp(1),
53 .BR unihex2png(1),
54 .BR unihexfill(1),
55 .BR unipagecount(1),
56 .BR unipng2hex(1)
57 .SH AUTHOR
58 .B unihexgen
59 was written by Paul Hardy.
60 .SH LICENSE
61 .B unihexgen
62 is Copyright \(co 2013 Paul Hardy.
63 .PP
64 This program is free software; you can redistribute it and/or modify
65 it under the terms of the GNU General Public License as published by
66 the Free Software Foundation; either version 2 of the License, or
67 (at your option) any later version.
68 .SH BUGS
69 No known real bugs exist, except that this software does not perform
70 extensive error checking on its command-line arguments.  If they're not
71 in the format of the original bitmapped output from
72 .B unihexgen,
73 all bets are off.