|
Revision 678, 0.9 kB
(checked in by tal, 10 months ago)
|
contact note. |
| Line | |
|---|
| 1 |
woffTools is a collection of command line tools for verifying and |
|---|
| 2 |
examining WOFF files. This is also a Python package that can be used |
|---|
| 3 |
to manipulate and examine WOFF files just as you can examine SFNT files |
|---|
| 4 |
with FontTools. |
|---|
| 5 |
|
|---|
| 6 |
Dependencies |
|---|
| 7 |
FontTools: http://fonttools.sf.net |
|---|
| 8 |
Numpy: http://numpy.scipy.org/ |
|---|
| 9 |
|
|---|
| 10 |
Installation |
|---|
| 11 |
Run setup.py in your preferred Python interpreter. |
|---|
| 12 |
|
|---|
| 13 |
Command Line Tools |
|---|
| 14 |
woff-validate - Validate a WOFF file and output an HTML report. |
|---|
| 15 |
woff-info - Generate an HTML file containing information about a WOFF file. |
|---|
| 16 |
woff-proof - Generate an HTML file that shows a WOFF file. |
|---|
| 17 |
woff-css - Generate a CSS @font-face rule based on the content of a WOFF file. |
|---|
| 18 |
woff-all - Run all of the tests above. |
|---|
| 19 |
|
|---|
| 20 |
Python Objects |
|---|
| 21 |
Refer to the documentation in woffTools.__init__ for information |
|---|
| 22 |
about using the available Python objects. |
|---|
| 23 |
|
|---|
| 24 |
Bugs? Suggestions? |
|---|
| 25 |
If you notice bugs or have any suggestions, please contact me |
|---|
| 26 |
at tal@typesupply.com. |
|---|