blob: 6ac7cd19dffb375fce8bd8c4f5aa825f6628c78d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
.\" showfigfonts by Glenn Chappell <ggc@uiuc.edu>
.\" figlet release 2.1.1 -- 25 Aug 1994
.\" Based on showfigfonts by Greg Galperin <grg@ai.mit.edu>, Nov 1993.
.\"
.\" 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.
.\"
.\" Usage: showfigfonts [ -d directory ] [ word ]
.\"
.\" Manual page by Jonathon Abbott, for the Debian Project
.\" slightly modified by Francesco Tapparo, for the Debian Project
.TH SHOWFIGFONTS 6 "12 January 2011" "v2.2.3"
.SH NAME
showfigfonts \- prints a list of available figlet fonts
.SH SYNOPSIS
.B showfigfonts
[
.B \-d
.I directory
]
[
.I word
]
.SH "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.
.SH EXAMPLES
To use
.B showfigfonts
with its default settings, simply type
.RS
.B example% showfigfonts
.RE
To print all the fonts in /usr/share/fonts/figlet
.RS
.B example% showfigfonts -d /usr/share/fonts/figlet
.RE
To print the word foo using all available fonts
.RS
.B example% showfigfonts foo
.RE
.SH "AUTHORS"
showfigfonts 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 figlist (6)
|