X-Git-Url: http://git.shiar.net/unifont.git/blobdiff_plain/119a78c606ce7e90f07f84f5307628fd5a0837f7..95e8d0be857e4bf0387fc5174276c1e4ab75ce5b:/man/unipagecount.1 diff --git a/man/unipagecount.1 b/man/unipagecount.1 index 3ec3933..fca02e9 100644 --- a/man/unipagecount.1 +++ b/man/unipagecount.1 @@ -7,13 +7,11 @@ unipagecount \- Count the assigned code points in a GNU Unifont .hex file [-ppagenum] [-h|-l] .SH DESCRIPTION .B unipagecount -reads a GNU Unifont .hex file from stdin and prints a 16 by 16 grid of the -number of defined code points in each 256 character block to stdout. +reads a GNU Unifont .hex file from STDIN and prints a 16 by 16 grid of the +number of defined code points in each 256 character block to STDOUT. Code points proceed from left to right, then top to bottom. -.PP .SH OPTIONS .TP 12 -.TP -ppagenum Just print information on one 256 code point "page" rather than the entire Basic Multilingual Plane. This prints a 16 by 16 table with @@ -24,40 +22,48 @@ Print an HTML table with color-coded cell background colors instead of a plain text table. .TP -l -[The letter "l" ]: Print hyperlink to font bitmaps in the HTML table. -To create the bitmaps themselves, use the unihex2bmp program. -The bitmaps are assumed to be in the directory "bmp/". +[The letter "l"]: Print hyperlinks to font bitmaps in the HTML table. +To create the bitmaps themselves, use the +.B unihex2bmp +program. The bitmaps are assumed to be in the directory "bmp/". .SH FILES -.TP 15 *.hex GNU Unifont font files .SH SEE ALSO -.BR bdfimplode (1), -.BR hex2bdf (1), -.BR hex2sfd (1), -.BR hexbraille (1), -.BR hexdraw (1), -.BR hexmerge (1), -.BR johab2ucs2 (1), -.BR unibdf2hex (1), -.BR unifontpic (1), -.BR unibmp2hex (1), -.BR unicoverage (1), -.BR unidup (1), -.BR unifontchojung (1), -.BR unifontksx (1), -.BR unigencircles (1), -.BR unigenwidth (1), -.BR unihex2bmp (1), -.BR unihexgen (1), -.BR uniunmask (1) +.BR bdfimplode(1), +.BR hex2bdf(1), +.BR hex2sfd(1), +.BR hexbraille(1), +.BR hexdraw(1), +.BR hexkinya(1), +.BR hexmerge(1), +.BR johab2ucs2(1), +.BR unibdf2hex(1), +.BR unibmp2hex(1), +.BR unicoverage(1), +.BR unidup(1), +.BR unifont(5), +.BR unifont-viewer(1), +.BR unifontchojung(1), +.BR unifontksx(1), +.BR unifontpic(1), +.BR unigencircles(1), +.BR unigenwidth(1), +.BR unihex2bmp(1), +.BR unihex2png(1), +.BR unihexgen(1), +.BR unipng2hex(1) .SH AUTHOR .B unipagecount was written by Paul Hardy. .SH LICENSE .B unipagecount -is Copyright \(co 2007 Paul Hardy, and is released under version 2 of -the GNU General Public License, or (at your option) a later version. +is Copyright \(co 2007 Paul Hardy. +.PP +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. .SH BUGS No known real bugs exist, except that this software does not perform extensive error checking on its input files. If they're not in the -format of the original GNU Unifont hex file, all bets are off. +format of the original GNU Unifont .hex file, all bets are off.