diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-05-08 14:52:05 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-05-08 14:52:05 +0100 |
commit | dee0cd250574b52e74a9390f6f9c1efd818223d4 (patch) | |
tree | ab1a7eb424a8064088d3517ea1731ef22ad96a4d /chkfont.6 | |
parent | 1c0bc9c51fdc8c3d2350cae1706f990b480bf0bd (diff) | |
parent | 3a941f4ae2213f26118f5cfde03ca793b31ca838 (diff) | |
download | figlet-dee0cd250574b52e74a9390f6f9c1efd818223d4.tar.gz |
Merge tag 'upstream/2.2.3'
Upstream version 2.2.3
Diffstat (limited to '')
-rw-r--r-- | chkfont.6 | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/chkfont.6 b/chkfont.6 new file mode 100644 index 0000000..0e0b936 --- /dev/null +++ b/chkfont.6 @@ -0,0 +1,52 @@ +.\" chkfont +.\" By Glenn Chappell <ggc@uiuc.edu> +.\" +.\" This program checks figlet 2.0/2.1 font files for format errors. +.\" It also looks for signs of common problems and gives warnings. +.\" chkfont does not modify font files. +.\" +.\" Usage: chkfont fontfile ... +.\" +.\" Note: This is very much a spare-time project. It's probably +.\" full o' bugs. +.\" +.\" Manual page by Jonathon Abbott, for the Debian Project +.\" slightly modified by Francesco Tapparo, for the Debian Project +.TH CHKFONT 6 "12 January 2011" "v2.2.3" + +.SH NAME +chkfont \- checks figlet 2.0 and up font files for format errors + +.SH SYNOPSIS +.B chkfont +[ +.I fontfile +] + +.SH DESCRIPTION +This program checks figlet 2.0 and up font files for format errors. +It also looks for signs of common problems and gives warnings. +chkfont does not modify font files. + +.SH EXAMPLES +To use +.B chkfont +on the "big" font +.RS + +.B example% chkfont /usr/share/figlet/big.flf + +.RE + +.SH BUGS +Doesn't work on compressed font files. + +.SH AUTHORS +chkfont was written by Glenn Chappell <ggc@uiuc.edu> + +This manual page was written by Jonathon Abbott for the Debian Project. + +.SH "SEE ALSO" +.BR figlet (6), +.BR showfigfonts (6), +.BR figlist (6) |