X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Ffont2swf.1;fp=src%2Ffont2swf.1;h=d761e5fb202923034844c77d538f9374c192ab2c;hb=039c22b268a5fbf5475d8a9a072103d2c6b7cd5b;hp=0000000000000000000000000000000000000000;hpb=75a13f6bcbefa39a9b0dea5b78ac8ff696aace5c;p=swftools.git diff --git a/src/font2swf.1 b/src/font2swf.1 new file mode 100644 index 0000000..d761e5f --- /dev/null +++ b/src/font2swf.1 @@ -0,0 +1,29 @@ +.TH font2swf "1" "February 2004" "font2swf" "swftools" +.SH NAME +font2swf - Converts a font to SWF. + +.SH Synopsis +.B font2swf + +.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. +.TP +\fB\-V\fR, \fB\-\-version\fR + Print version info and exit