unifont-6.3.20131020.tar.gz
[unifont.git] / man / unipagecount.1
1 .TH UNIPAGECOUNT 1 "2007 Dec 31"
2 .SH NAME
3 unipagecount \- Count the assigned code points in a GNU Unifont .hex file
4 .SH SYNOPSIS
5 .br
6 .B unipagecount
7 [-ppagenum] [-h|-l]
8 .SH DESCRIPTION
9 .B unipagecount
10 reads a GNU Unifont .hex file from stdin and prints a 16 by 16 grid of the
11 number of defined code points in each 256 character block to stdout.
12 Code points proceed from left to right, then top to bottom.
13 .PP
14 .SH OPTIONS
15 .TP 12
16 .TP
17 -ppagenum
18 Just print information on one 256 code point "page" rather than
19 the entire Basic Multilingual Plane.  This prints a 16 by 16 table with
20 an asterisk in every code point that has an assigned glyph.
21 .TP
22 -h
23 Print an HTML table with color-coded cell background colors
24 instead of a plain text table.
25 .TP
26 -l
27 [The letter "l" ]: Print hyperlink to font bitmaps in the HTML table.
28 To create the bitmaps themselves, use the unihex2bmp program.
29 The bitmaps are assumed to be in the directory "bmp/".
30 .SH FILES
31 .TP 15
32 *.hex GNU Unifont font files
33 .SH SEE ALSO
34 .BR bdfimplode (1),
35 .BR hex2bdf (1),
36 .BR hex2sfd (1),
37 .BR hexbraille (1),
38 .BR hexdraw (1),
39 .BR hexmerge (1),
40 .BR johab2ucs2 (1),
41 .BR unibdf2hex (1),
42 .BR unifontpic (1),
43 .BR unibmp2hex (1),
44 .BR unicoverage (1),
45 .BR unidup (1),
46 .BR unifontchojung (1),
47 .BR unifontksx (1),
48 .BR unigencircles (1),
49 .BR unigenwidth (1),
50 .BR unihex2bmp (1),
51 .BR unihexgen (1),
52 .BR uniunmask (1)
53 .SH AUTHOR
54 .B unipagecount
55 was written by Paul Hardy.
56 .SH LICENSE
57 .B unipagecount
58 is Copyright \(co 2007 Paul Hardy, and is released under version 2 of
59 the GNU General Public License, or (at your option) a later version.
60 .SH BUGS
61 No known real bugs exist, except that this software does not perform
62 extensive error checking on its input files.  If they're not in the
63 format of the original GNU Unifont hex file, all bets are off.