summaryrefslogtreecommitdiff
path: root/src/font2swf.1
blob: 9010b7d0e66ca858cdeaf3f4472a050f62cae834 (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
.TH font2swf "1" "April 2012" "font2swf" "swftools"
.SH NAME
font2swf \- Converts a font to SWF.

.SH Synopsis
.B font2swf <fontfile>

.SH DESCRIPTION
Takes a font file (.ttf, .afm, .pfa, .pfb and all other types
supported by FreeType) and converts it into a SWF file.
.PP
The SWF will contain the Font in SWF format (that is, a
DefineFont2 Tag) as well as a textfield containing all the
characters the font has. This means the resulting SWF will
be viewable.

.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR 
    Print short help message and exit
.TP
\fB\-v\fR, \fB\-\-verbose\fR 
    Be verbose. Use more than one -v for greater effect.
.TP
\fB\-o\fR, \fB\-\-output\fR \fIfilename\fR
    Write output to file \fIfilename\fR. (If not given, the output will go
    to a file called "output.swf")
.TP
\fB\-V\fR, \fB\-\-version\fR 
    Print version info and exit
.SH AUTHOR

Matthias Kramm <kramm@quiss.org>