added ratio to put commands
[swftools.git] / src / font2swf.1
1 .TH font2swf "1" "February 2004" "font2swf" "swftools"
2 .SH NAME
3 font2swf - Converts a font to SWF.
4
5 .SH Synopsis
6 .B font2swf <fontfile>
7
8 .SH DESCRIPTION
9 Takes a font file (.ttf, .afm, .pfa, .pfb and all other types
10 supported by FreeType) and converts it into a SWF file.
11 .PP
12 The SWF will contain the Font in SWF format (that is, a
13 DefineFont2 Tag) as well as a textfield containing all the
14 characters the font has. This means the resulting SWF will
15 be viewable.
16
17 .SH OPTIONS
18 .TP
19 \fB\-h\fR, \fB\-\-help\fR 
20     Print short help message and exit
21 .TP
22 \fB\-v\fR, \fB\-\-verbose\fR 
23     Be verbose. Use more than one -v for greater effect.
24 .TP
25 \fB\-o\fR, \fB\-\-output\fR \fIfilename\fR
26     Write output to file \fIfilename\fR. (If not given, the output will go
27     to a file called "output.swf")
28 .TP
29 \fB\-V\fR, \fB\-\-version\fR 
30     Print version info and exit