forked from typesupply/woffTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
26 lines (21 loc) · 946 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
woffTools is a collection of command line tools for verifying and
examining WOFF files. This is also a Python package that can be used
to manipulate and examine WOFF files just as you can examine SFNT files
with FontTools.
Dependencies
FontTools: https://github.com/behdad/fonttools/
Numpy: http://numpy.scipy.org/
Installation
Run setup.py in your preferred Python interpreter.
Command Line Tools
woff-validate - Validate a WOFF file and output an HTML report.
woff-info - Generate an HTML file containing information about a WOFF file.
woff-proof - Generate an HTML file that shows a WOFF file.
woff-css - Generate a CSS @font-face rule based on the content of a WOFF file.
woff-all - Run all of the tests above.
Python Objects
Refer to the documentation in woffTools.__init__ for information
about using the available Python objects.
Bugs? Suggestions?
If you notice bugs or have any suggestions, please contact me