1UNICOVERAGE(1) General Commands Manual UNICOVERAGE(1)
2
3
4
6 unicoverage - Print coverage of each Unicode Script
7
9 unicoverage [-iinput-file] [-ooutput-file] [-n]
10
12 unicoverage reads a GNU Unifont .hex font and uses data in coverage.dat
13 (which must reside in the current directory). The output is the per‐
14 cent coverage of each script listed in the coverage.dat file. The Uni‐
15 code code points in the input .hex file must be in ascending order.
16
18 -i Specify the input file. The default is STDIN.
19
20 -n Print the number of glyphs in each range instead of a per‐
21 centage count.
22
23 -o Specify the output file. The default is STDOUT.
24
26 Sample usage:
27
28 unicoverage < unifont.hex >coverage.txt
29
31 coverage.dat, *.hex GNU Unifont files.
32
34 bdfimplode(1), hex2bdf(1), hex2otf(1), hex2sfd(1), hexbraille(1), hex‐
35 draw(1), hexkinya(1), hexmerge(1), johab2ucs2(1), unibdf2hex(1),
36 unibmp2hex(1), unibmpbump(1), unidup(1), unifont(5), unifont-viewer(1),
37 unifont1per(1), unifontchojung(1), unifontksx(1), unifontpic(1), uni‐
38 gencircles(1), unigenwidth(1), unihex2bmp(1), unihex2png(1), unihex‐
39 fill(1), unihexgen(1), unihexrotate(1), unipagecount(1), unipng2hex(1)
40
42 unicoverage was written by Paul Hardy.
43
45 unicoverage is Copyright © 2007, 2008 Paul Hardy.
46
47 This program is free software; you can redistribute it and/or modify it
48 under the terms of the GNU General Public License as published by the
49 Free Software Foundation; either version 2 of the License, or (at your
50 option) any later version.
51
53 No known real bugs exist, except that this software does not perform
54 extensive error checking on its input files.
55
56
57
58 2007 Dec 31 UNICOVERAGE(1)