Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add WOFF reading support #161

Merged
merged 9 commits into from
Oct 6, 2015
Merged

Add WOFF reading support #161

merged 9 commits into from
Oct 6, 2015

Conversation

fdb
Copy link
Contributor

@fdb fdb commented Oct 5, 2015

Add support for the WOFF font format

This uses tiny-inflate to decompress the tables.

This fixes #43.

fdb added 9 commits October 5, 2015 11:17
This commit also has support for tiny-inflate and pako, so I can pick
the fastest / smallest. However, tiny-inflate seems to crash on the
input data.
We got tiny-inflate working by stripping 2 bytes from the table data
(Thanks to @timo22345). Since it’s smaller, tiny-inflate seems like a
better choice.
This is to support other compression formats, such as WOFF2.
fdb added a commit that referenced this pull request Oct 6, 2015
@fdb fdb merged commit e55df14 into master Oct 6, 2015
@fdb fdb deleted the woff-support branch October 6, 2015 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Suport for WOFF File Format
1 participant