figlist - Man Page
lists figlet fonts and control files
Examples (TL;DR)
- List all available fonts using the default font directory: 
figlist - List fonts from a custom directory: 
figlist -d path/to/directory - Search for a font by keyword: 
figlist -d path/to/directory | grep keyword - Count the total number of available fonts in a specified directory: 
figlist -d path/to/directory | wc [-l|--lines] 
Synopsis
figlist [ -d directory ]
Description
Lists all fonts and control files in figlet's default font directory. Replaces "figlet -F", which was removed from figlet version 2.1.
Examples
To use figlist with its default settings, simply type
example% figlist
To list all the font and control files in /usr/share/fonts/figlet
example% figlist -d /usr/share/fonts/figlet
Authors
figlist was written by Glenn Chappell <ggc@uiuc.edu>
This manual page was written by Jonathon Abbott for the Debian Project.
See Also
Referenced By
chkfont(6), figlet(6), showfigfonts(6).
31 May 2012 v2.2.5