1 .\" showfigfonts by Glenn Chappell <ggc@uiuc.edu>
2 .\" figlet release 2.1.1 -- 25 Aug 1994
3 .\" Based on showfigfonts by Greg Galperin <grg@ai.mit.edu>, Nov 1993.
5 .\" Prints a list of available figlet fonts, along with a sample of each
6 .\" font. If directory is given, lists fonts in that directory; otherwise
7 .\" uses the default font directory. If word is given, prints that word
8 .\" in each font; otherwise prints the font name.
10 .\" Usage: showfigfonts [ -d directory ] [ word ]
12 .\" Manual page by Jonathon Abbott, for the Debian Project
13 .\" slightly modified by Francesco Tapparo, for the Debian Project
14 .TH SHOWFIGFONTS 6 "31 May 2012" "v2.2.5"
17 showfigfonts \- prints a list of available figlet fonts
30 Prints a list of available figlet fonts, along with a sample of each
31 font. If directory is given, lists fonts in that directory; otherwise
32 uses the default font directory. If word is given, prints that word
33 in each font; otherwise prints the font name.
38 with its default settings, simply type
41 .B example% showfigfonts
45 To print all the fonts in /usr/share/fonts/figlet
48 .B example% showfigfonts -d /usr/share/fonts/figlet
52 To print the word foo using all available fonts
55 .B example% showfigfonts foo
60 showfigfonts was written by Glenn Chappell <ggc@uiuc.edu>
62 This manual page was written by Jonathon Abbott for the Debian Project.