Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
font2swf(1)			    swftools			     font2swf(1)

NAME
     font2swf - Converts a font to SWF.

Synopsis
     font2swf <fontfile>

DESCRIPTION
     Takes  a font file (.ttf, .afm, .pfa, .pfb and all other types supported by
     FreeType) and converts it into a SWF file.

     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.

OPTIONS
     -h, --help
		Print short help message and exit

     -v, --verbose
		Be verbose. Use more than one -v for greater effect.

     -o, --output filename
		Write output to file filename. (If not given, the output will go
		to a file called "output.swf")

     -V, --version
		Print version info and exit

AUTHOR
     Matthias Kramm <kramm@quiss.org>

font2swf			  February 2012 		     font2swf(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=font2swf&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help