From 039c22b268a5fbf5475d8a9a072103d2c6b7cd5b Mon Sep 17 00:00:00 2001 From: kramm Date: Fri, 6 Feb 2004 15:56:25 +0000 Subject: [PATCH] added missing file --- src/font2swf.1 | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/font2swf.1 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 -- 1.7.10.4