X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Ffont2swf.doc;fp=src%2Ffont2swf.doc;h=eb043a920b4b3f496b7cd4f923116576d6d51f94;hb=7133cc0e1e4d1be5d8a04b39e75ab6cd1b3ee3a0;hp=0000000000000000000000000000000000000000;hpb=039c22b268a5fbf5475d8a9a072103d2c6b7cd5b;p=swftools.git diff --git a/src/font2swf.doc b/src/font2swf.doc new file mode 100644 index 0000000..eb043a9 --- /dev/null +++ b/src/font2swf.doc @@ -0,0 +1,23 @@ +Usage: %s + +Converts a font to SWF. + +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. + +-h, --help + Print short help message and exit +-v, --verbose + Be verbose. Use more than one -v for greater effect. +-o, --output + Write output to file . + Write output to file . (If not given, the output will go + to a file called "output.swf") +-V, --version + Print version info and exit +