Name

wofftools — Tools for Manipulating WOFF Files

Synopsis

woff-css [options] fontpath1 fontpath2

woff-info [options] fontpath1 fontpath2

woff-proof [options] fontpath1 fontpath2

woff-validate [options] fontpath1 fontpath2

woff-css

This tool examines the contents of a WOFF file and attempts to generate a CSS @font-face rule based on the data found in the WOFF file. The results of this tool should always be carefully checked.

Options

--version

show program's version number and exit

-h, --help

show this help message and exit

-d OUTPUTDIRECTORY

Output directory. The default is to output the CSS into the same directory as the font file.

-o OUTPUTFILENAME

Output file name. The default is "fontfilename.css". If this file already exists a time stamp will be added to the file name.

-l

Write "local" instructions as part of the "src" descriptor.

woff-info

This tool displays information about the contents of one or more WOFF files.

Options

--version

show program's version number and exit

-h, --help

show this help message and exit

-d OUTPUTDIRECTORY

Output directory. The default is to output the report into the same directory as the font file.

-o OUTPUTFILENAME

Output file name. The default is fontfilename_info.html.

woff-proof

This tool displays information about the contents of one or more WOFF files.

Options

--version

show program's version number and exit

-h, --help

show this help message and exit

-d OUTPUTDIRECTORY

Output directory. The default is to output the proof into the same directory as the font file.

-o OUTPUTFILENAME

Output file name. The default is fontfilename_proof.html.

-t SAMPLETEXTFILE

Sample text file. A file containing sample text to display. If not file is provided, The quick brown fox... will be used.

woff-validate

This tool examines the structure of one or more WOFF files and issues a detailed report about the validity of the file structure. It does not validate the wrapped font data.

Options

--version

show program's version number and exit

-h, --help

show this help message and exit

-d OUTPUTDIRECTORY

Output directory. The default is to output the report into the same directory as the font file.

-o OUTPUTFILENAME

Output file name. The default is fontfilename_validate.html.