1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00
phorge-phorge/externals/figlet/figlist.6
epriestley 935ced1edd Include "Figlet" and PEAR "Text_Figlet" in externals
Summary:
Ref T7785. This prepares for (but does not yet use) a pure PHP implementation of Figlet parsing and rendering.

Figlet is somewhat complex, but a parser already exists in PEAR. I'll make sure it's suitable and hook it up in the next diff.

Test Plan: N/A, code not reachable

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T9408, T7785

Differential Revision: https://secure.phabricator.com/D14101
2015-09-13 12:30:48 -07:00

52 lines
1.1 KiB
Groff

.\" figlist by Glenn Chappell <ggc@uiuc.edu>
.\" figlet release 2.1.1 -- 25 Aug 1994
.\"
.\" Lists all fonts and control files in figlet's default font directory.
.\" Replaces "figlet -F", which was removed from figlet version 2.1.
.\"
.\" Usage: figlist [ -d directory ]
.\"
.\" Manual page by Jonathon Abbott, for the Debian Project
.\" slightly modified by Francesco Tapparo, for the Debian Project
.TH FIGLIST 6 "31 May 2012" "v2.2.5"
.SH NAME
figlist \- lists figlet fonts and control files
.SH SYNOPSIS
.B figlist
[
.B \-d
.I directory
]
.SH DESCRIPTION
Lists all fonts and control files in figlet's default font directory.
Replaces "figlet \-F", which was removed from figlet version 2.1.
.SH EXAMPLES
To use
.B figlist
with its default settings, simply type
.RS
.B example% figlist
.RE
To list all the font and control files in /usr/share/fonts/figlet
.RS
.B example% figlist \-d /usr/share/fonts/figlet
.RE
.SH AUTHORS
figlist 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 showfigfonts (6)