-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[write-fonts] Only use IUP in gvar when more compact
This requires changing the API for the PackedDeltas type so that the caller does not pre-prune deltas that can be interpolated, since we need to know these values if we decide *not* to interpolate; this also requires changing the iup_delta_optimize method to not discard deltas that can be interpolated. In a quick test on GS this reduces the size of the gvar table from 3231 kb to 2829 kb. There is one other potentially significant optimization remaining, which is to share points between tuples where possible.
- Loading branch information
Showing
2 changed files
with
203 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.