Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/typesupply/woffTools
A library for working with WOFF files.
https://github.com/typesupply/woffTools
Last synced: 3 months ago
JSON representation
A library for working with WOFF files.
- Host: GitHub
- URL: https://github.com/typesupply/woffTools
- Owner: typesupply
- License: mit
- Archived: true
- Created: 2013-07-18T14:56:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-04-16T09:28:46.000Z (over 6 years ago)
- Last Synced: 2024-05-10T10:31:50.600Z (6 months ago)
- Language: Python
- Size: 187 KB
- Stars: 46
- Watchers: 10
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.txt
- License: License.txt
Awesome Lists containing this project
- awesome-typography - woffTools - Library for working with WOFF files. (Python)
README
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
at [email protected].