~ubuntu-branches/ubuntu/maverick/pyfiglet/maverick

« back to all changes in this revision

Viewing changes to debian/pyfiglet.1

  • Committer: Bazaar Package Importer
  • Author(s): Stefano Rivera
  • Date: 2010-01-28 13:00:41 UTC
  • Revision ID: james.westby@ubuntu.com-20100128130041-1bfzkpkap84x1vwq
Tags: 0.4+dfsg-1
Initial release (Closes: #564609)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH PYFIGLET "1" "January 2010" "pyfiglet 0.4" "User Commands"
 
2
.SH NAME
 
3
pyfiglet \- display text in large ASCII art fonts.
 
4
.SH SYNOPSIS
 
5
.B pyfiglet.py
 
6
[\fIoptions\fR] \fItext\fR...
 
7
.SH DESCRIPTION
 
8
pyFIGlet is a program that creates large characters out of ordinary
 
9
screen characters.
 
10
It takes ASCII text (\fItext\fR) and renders it in ASCII art fonts.
 
11
.P
 
12
This version of pyfiglet supports FIGlet fonts \fB.flf\fR and
 
13
the FIGlet-compatible toilet-fonts \fB.tlf\fR.
 
14
.SH OPTIONS
 
15
.TP
 
16
\fB\-\-version\fR
 
17
show program's version number and exit
 
18
.TP
 
19
\fB\-h\fR, \fB\-\-help\fR
 
20
show this help message and exit
 
21
.TP
 
22
\fB\-f\fR FONT, \fB\-\-font\fR=\fIFONT\fR
 
23
font to render with (default: future)
 
24
.TP
 
25
\fB\-d\fR DIR, \fB\-\-fontdir\fR=\fIDIR\fR
 
26
location of font files
 
27
.TP
 
28
\fB\-z\fR ZIPFILE, \fB\-\-zipfile\fR=\fIZIPFILE\fR
 
29
specify a zipfile to use instead of a directory of
 
30
fonts
 
31
.TP
 
32
\fB\-D\fR DIRECTION, \fB\-\-direction\fR=\fIDIRECTION\fR
 
33
set direction text will be formatted in (default:
 
34
auto)
 
35
.TP
 
36
\fB\-j\fR SIDE, \fB\-\-justify\fR=\fISIDE\fR
 
37
set justification, defaults to print direction
 
38
.TP
 
39
\fB\-w\fR COLS, \fB\-\-width\fR=\fICOLS\fR
 
40
set terminal width for wrapping/justification
 
41
(default: 80)
 
42
.TP
 
43
\fB\-r\fR, \fB\-\-reverse\fR
 
44
shows mirror image of output text
 
45
.TP
 
46
\fB\-F\fR, \fB\-\-flip\fR
 
47
flips rendered output text over
 
48
.SH "SEE ALSO"
 
49
.BR toilet (1),
 
50
.BR figlet (1)