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 /showfigfonts | |
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 '')
-rwxr-xr-x[-rw-r--r--] | showfigfonts | 0 | ||||
-rw-r--r-- | showfigfonts.6 | 67 |
2 files changed, 67 insertions, 0 deletions
diff --git a/showfigfonts b/showfigfonts index 643c60b..643c60b 100644..100755 --- a/showfigfonts +++ b/showfigfonts diff --git a/showfigfonts.6 b/showfigfonts.6 new file mode 100644 index 0000000..6ac7cd1 --- /dev/null +++ b/showfigfonts.6 @@ -0,0 +1,67 @@ +.\" showfigfonts by Glenn Chappell <ggc@uiuc.edu> +.\" figlet release 2.1.1 -- 25 Aug 1994 +.\" Based on showfigfonts by Greg Galperin <grg@ai.mit.edu>, Nov 1993. +.\" +.\" Prints a list of available figlet fonts, along with a sample of each +.\" font. If directory is given, lists fonts in that directory; otherwise +.\" uses the default font directory. If word is given, prints that word +.\" in each font; otherwise prints the font name. +.\" +.\" Usage: showfigfonts [ -d directory ] [ word ] +.\" +.\" Manual page by Jonathon Abbott, for the Debian Project +.\" slightly modified by Francesco Tapparo, for the Debian Project +.TH SHOWFIGFONTS 6 "12 January 2011" "v2.2.3" + +.SH NAME +showfigfonts \- prints a list of available figlet fonts + +.SH SYNOPSIS +.B showfigfonts +[ +.B \-d +.I directory +] +[ +.I word +] + +.SH "DESCRIPTION" +Prints a list of available figlet fonts, along with a sample of each +font. If directory is given, lists fonts in that directory; otherwise +uses the default font directory. If word is given, prints that word +in each font; otherwise prints the font name. + +.SH EXAMPLES +To use +.B showfigfonts +with its default settings, simply type +.RS + +.B example% showfigfonts + +.RE + +To print all the fonts in /usr/share/fonts/figlet +.RS + +.B example% showfigfonts -d /usr/share/fonts/figlet + +.RE + +To print the word foo using all available fonts +.RS + +.B example% showfigfonts foo + +.RE + +.SH "AUTHORS" +showfigfonts 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 chkfont (6), +.BR figlist (6) |