https://github.com/sdangelo/sfnt-parser
SFNT font parser
https://github.com/sdangelo/sfnt-parser
Last synced: 9 months ago
JSON representation
SFNT font parser
- Host: GitHub
- URL: https://github.com/sdangelo/sfnt-parser
- Owner: sdangelo
- License: isc
- Created: 2017-03-05T21:24:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-12T00:01:27.000Z (almost 9 years ago)
- Last Synced: 2025-03-13T17:17:32.604Z (10 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SFNT-parser
SFNT font parser.
I am too lazy to explain hows and whys.
## TODO
* support for all sorts of tables (notably, TrueType missing as of now);
* browserification?
* more DRY?
* API review;
* documentation;
* tests.