1 .TH font2swf "1" "February 2004" "font2swf" "swftools"
3 font2swf - Converts a font to SWF.
9 Takes a font file (.ttf, .afm, .pfa, .pfb and all other types
10 supported by FreeType) and converts it into a SWF file.
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
19 \fB\-h\fR, \fB\-\-help\fR
20 Print short help message and exit
22 \fB\-v\fR, \fB\-\-verbose\fR
23 Be verbose. Use more than one -v for greater effect.
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")
29 \fB\-V\fR, \fB\-\-version\fR
30 Print version info and exit