from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
SHOWFIGFONTS
Section: Games and Demos (6) Updated: 31 May 2012 Index
Return to Main Contents
NAME
showfigfonts - prints a list of available figlet fonts
SYNOPSIS
showfigfonts
[
-d
directory
]
[
word
]
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.
EXAMPLES
To use
showfigfonts
with its default settings, simply type
-
example% showfigfonts
To print all the fonts in /usr/share/fonts/figlet
-
example% showfigfonts -d /usr/share/fonts/figlet
To print the word foo using all available fonts
-
example% showfigfonts foo
AUTHORS
showfigfonts was written by Glenn Chappell < ggc@uiuc.edu>
This manual page was written by Jonathon Abbott for the Debian Project.
SEE ALSO
figlet(6),
chkfont(6),
figlist(6)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- EXAMPLES
-
- AUTHORS
-
- SEE ALSO
-
|