unifont-7.0.01.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 .SH OPTIONS
14 .TP 12
15 -ppagenum
16 Just print information on one 256 code point "page" rather than
17 the entire Basic Multilingual Plane.  This prints a 16 by 16 table with
18 an asterisk in every code point that has an assigned glyph.
19 .TP
20 -h
21 Print an HTML table with color-coded cell background colors
22 instead of a plain text table.
23 .TP
24 -l
25 [The letter "l"]: Print hyperlinks to font bitmaps in the HTML table.
26 To create the bitmaps themselves, use the
27 .B unihex2bmp
28 program.  The bitmaps are assumed to be in the directory "bmp/".
29 .SH FILES
30 *.hex GNU Unifont font files
31 .SH SEE ALSO
32 .BR bdfimplode(1),
33 .BR hex2bdf(1),
34 .BR hex2sfd(1),
35 .BR hexbraille(1),
36 .BR hexdraw(1),
37 .BR hexkinya(1),
38 .BR hexmerge(1),
39 .BR johab2ucs2(1),
40 .BR unibdf2hex(1),
41 .BR unibmp2hex(1),
42 .BR unicoverage(1),
43 .BR unidup(1),
44 .BR unifont(5),
45 .BR unifont-viewer(1),
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.