3 Converts a font to SWF.
5 Takes a font file (.ttf, .afm, .pfa, .pfb and all other types
6 supported by FreeType) and converts it into a SWF file.
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
14 Print short help message and exit
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")
22 Print version info and exit
26 Matthias Kramm <kramm@quiss.org>