1UNIHEXGEN(1)                General Commands Manual               UNIHEXGEN(1)
2
3
4

NAME

6       unihexgen - Generate Unifont 4- or 6-digit hexadecimal glyphs
7

SYNOPSIS

9       unihexgen startpoint endpoint
10

DESCRIPTION

12       unihexgen  produces unifont.hex entries in the Unicode code point range
13       startpoint to endpoint (specified as the two  command-line  arguments).
14       Output  is  to  STDOUT.  If a codepoint is less than or equal to "FFFF"
15       (i.e., 0xFFFF), a four-digit hexadecimal number is encoded  within  the
16       corresponding  Unifont glyph as two digits on each of two rows.  Other‐
17       wise, a six-digit hexadecimal number is encoded as three digits on each
18       of two rows.
19

OPTIONS

21       There are no options.
22

FILES

24       *.hex as output.
25

EXAMPLE

27       To   generate  the  Private  Use  Area  glyphs  in  the  Unicode  range
28       U+E000..U+F8FF, invoke unihexgen with these arguments:
29
30              unihexgen e000 f8ff
31

SEE ALSO

33       bdfimplode(1),  hex2bdf(1),  hex2sfd(1),   hexbraille(1),   hexdraw(1),
34       hexkinya(1),  hexmerge(1), johab2ucs2(1), unibdf2hex(1), unibmp2hex(1),
35       unibmpbump(1),   unicoverage(1),   unidup(1),   unifont(5),    unifont-
36       viewer(1),  unifont1per(1),  unifontchojung(1), unifontksx(1), unifont‐
37       pic(1), unigencircles(1), unigenwidth(1), unihex2bmp(1), unihex2png(1),
38       unihexfill(1), unihexrotate(1), unipagecount(1), unipng2hex(1)
39

AUTHOR

41       unihexgen was written by Paul Hardy.
42

LICENSE

44       unihexgen is Copyright © 2013 Paul Hardy.
45
46       This program is free software; you can redistribute it and/or modify it
47       under the terms of the GNU General Public License as published  by  the
48       Free  Software Foundation; either version 2 of the License, or (at your
49       option) any later version.
50

BUGS

52       No known real bugs exist, except that this software  does  not  perform
53       extensive error checking on its command-line arguments.  If they're not
54       in the format of the original bitmapped output from unihexgen, all bets
55       are off.
56
57
58
59                                  2013 Sep 03                     UNIHEXGEN(1)
Impressum