unifont-6.3.20131215.tar.gz
[unifont.git] / man / unifontpic.1
index 3ea43b6a14b99e95c3747436a2a5d6d3fa733b3f..c5bacb1ff61fa7fe9d32652917708a8ac115a47f 100644 (file)
@@ -1,6 +1,6 @@
 .TH UNIFONTPIC 1 "2013 Sep 07"
 .SH NAME
-unifontpic \- Convert GNU Unifont .hex input to a bitmap of the whole font
+unifontpic \- Convert GNU Unifont .hex input to a bitmap image of the whole font
 .SH SYNOPSIS
 .br
 .B unifontpic
@@ -10,8 +10,8 @@ unifontpic \- Convert GNU Unifont .hex input to a bitmap of the whole font
 .I output-font.bmp
 .SH DESCRIPTION
 .B unifontpic
-reads a GNU Unifont .hex file from stdin and writes a two dimensional
-rendering for each glyph to stdout.
+reads a GNU Unifont .hex file from STDIN and writes a two dimensional
+rendering for each glyph to STDOUT.
 The output displays the entire Unicode Basic Multilingual Plane (BMP)
 as one large graphic image, showing a grid of 256 glyphs by 256 glyphs
 as the default, or (at your option) 16 glyphs across by 4,096 glyphs down.
@@ -44,8 +44,8 @@ numbers are on a 4 by 5 pixel grid.  Only tiny code point labels
 appear on the long chart variant; this option only has effect
 for wide charts (the default, of 256 by 256 glyphs).  If this option
 is not specified for the default 256-by-256 grid, row and column
-code point labels are taken from Unifont's glyphs for '0' to '9'
-and 'A' to 'F'.
+code point labels are taken from Unifont's glyphs for `0' to `9'
+and `A' to `F'.
 .SH EXAMPLES
 Sample usage:
 .PP
@@ -58,40 +58,43 @@ To generate a bitmap that shows combining circles, from the
 subdirectory:
 .PP
 .RS
-sort hexsrc/*.hex | unigencircles ttfsrc/combining.txt | \\
-.br
+sort hexsrc/*.hex | unigencircles ttfsrc/combining.txt |
 unifontpic -d120 >unifontpic.bmp
 .RE
 .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 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 unipagecount (1),
-.BR uniunmask (1)
+.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 unibmp2hex(1),
+.BR unicoverage(1),
+.BR unidup(1),
+.BR unifont(5),
+.BR unifontchojung(1),
+.BR unifontksx(1),
+.BR unigencircles(1),
+.BR unigenwidth(1),
+.BR unihex2bmp(1),
+.BR unihex2png(1),
+.BR unihexgen(1),
+.BR unipagecount(1),
+.BR unipng2hex(1)
 .SH AUTHOR
 .B unifontpic
 was written by Paul Hardy.
 .SH LICENSE
 .B unifontpic
-is Copyright \(co 2013 Paul Hardy, and is released under the terms
-of the GNU General Public License, either Version 2 or (at your option)
-a later version.
+is Copyright \(co 2013 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 bugs exist.