unifont-7.0.06.tar.gz
[unifont.git] / doc / unipagecount.texi
index b7fdc0952896b31b7521938f183c3ea3a57414e2..089ffc9e7743b9963a2f20db7f19b1403f75760b 100644 (file)
@@ -45,10 +45,10 @@ unipagecount @minus{} Count the assigned code points in a GNU Unifont .hex file
 @comment TROFF INPUT: .B unipagecount
 @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.
-Code points proceed from left to right, then top to bottom.
-@comment TROFF INPUT: .PP
-
+number of defined code points in each 256 character block within a Unicode
+plane to STDOUT.  Code points proceed from left to right, then top to bottom.
+In all planes, code points U+*FFFE and U+*FFFF are not expected in the input
+hex file; they are reserved and always counted as being present in a plane.
 @comment TROFF INPUT: .SH OPTIONS
 
 @node unipagecount OPTIONS
@@ -59,6 +59,13 @@ Code points proceed from left to right, then top to bottom.
 
 @c ---------------------------------------------------------------------
 @table @code
+@item -Pplanenum
+Select a Unicode plane, from 0 through 16, inclusive.  If not specified,
+@comment TROFF INPUT: .B unipagecount
+@b{unipagecount}
+defaults to Plane 0 (the Basic Multilingual Plane).
+@comment TROFF INPUT: .TP
+
 @item -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
@@ -119,6 +126,8 @@ program.  The bitmaps are assumed to be in the directory "bmp/".
 @b{unidup(1),}
 @comment TROFF INPUT: .BR unifont(5),
 @b{unifont(5),}
+@comment TROFF INPUT: .BR unifont-viewer(1),
+@b{unifont-viewer(1),}
 @comment TROFF INPUT: .BR unifontchojung(1),
 @b{unifontchojung(1),}
 @comment TROFF INPUT: .BR unifontksx(1),
@@ -133,6 +142,8 @@ program.  The bitmaps are assumed to be in the directory "bmp/".
 @b{unihex2bmp(1),}
 @comment TROFF INPUT: .BR unihex2png(1),
 @b{unihex2png(1),}
+@comment TROFF INPUT: .BR unihexfill(1),
+@b{unihexfill(1),}
 @comment TROFF INPUT: .BR unihexgen(1),
 @b{unihexgen(1),}
 @comment TROFF INPUT: .BR unipng2hex(1)
@@ -154,7 +165,7 @@ was written by Paul Hardy.
 
 @comment TROFF INPUT: .B unipagecount
 @b{unipagecount}
-is Copyright @copyright{} 2007 Paul Hardy.
+is Copyright @copyright{} 2007, 2014 Paul Hardy.
 @comment TROFF INPUT: .PP
 
 This program is free software; you can redistribute it and/or modify