Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / externals / figlet / showfigfonts.6
blob0ec5783dff6d050b7644ae4da4c86cb08a0f0cc4
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.
4 .\"
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.
9 .\"
10 .\" Usage: showfigfonts [ -d directory ] [ word ]
11 .\"
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"
16 .SH NAME
17 showfigfonts \- prints a list of available figlet fonts
19 .SH SYNOPSIS
20 .B showfigfonts
22 .B \-d
23 .I directory
26 .I word
29 .SH "DESCRIPTION"
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.
35 .SH EXAMPLES
36 To use
37 .B showfigfonts
38 with its default settings, simply type
39 .RS
41 .B example% showfigfonts
43 .RE
45 To print all the fonts in /usr/share/fonts/figlet
46 .RS
48 .B example% showfigfonts -d /usr/share/fonts/figlet
50 .RE
52 To print the word foo using all available fonts
53 .RS
55 .B example% showfigfonts foo
57 .RE
59 .SH "AUTHORS"
60 showfigfonts was written by Glenn Chappell <ggc@uiuc.edu>
62 This manual page was written by Jonathon Abbott for the Debian Project.
64 .SH "SEE ALSO"
65 .BR figlet (6),
66 .BR chkfont (6),
67 .BR figlist (6)