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