a435f14979dc5b29f8a1e22bdaf238188d742dac
[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 -ppagenum
17 Just print information on one 256 code point "page" rather than
18 the entire Basic Multilingual Plane.  This prints a 16 by 16 table with
19 an asterisk in every code point that has an assigned glyph.
20 .TP
21 -h
22 Print an HTML table with color-coded cell background colors
23 instead of a plain text table.
24 .TP
25 -l
26 [The letter "l"]: Print hyperlinks to font bitmaps in the HTML table.
27 To create the bitmaps themselves, use the
28 .B unihex2bmp
29 program.  The bitmaps are assumed to be in the directory "bmp/".
30 .SH FILES
31 *.hex GNU Unifont font files
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 unifontchojung(1),
47 .BR unifontksx(1),
48 .BR unifontpic(1),
49 .BR unigencircles(1),
50 .BR unigenwidth(1),
51 .BR unihex2bmp(1),
52 .BR unihex2png(1),
53 .BR unihexgen(1),
54 .BR unipng2hex(1)
55 .SH AUTHOR
56 .B unipagecount
57 was written by Paul Hardy.
58 .SH LICENSE
59 .B unipagecount
60 is Copyright \(co 2007 Paul Hardy.
61 .PP
62 This program is free software; you can redistribute it and/or modify
63 it under the terms of the GNU General Public License as published by
64 the Free Software Foundation; either version 2 of the License, or
65 (at your option) any later version.
66 .SH BUGS
67 No known real bugs exist, except that this software does not perform
68 extensive error checking on its input files.  If they're not in the
69 format of the original GNU Unifont .hex file, all bets are off.