-
Notifications
You must be signed in to change notification settings - Fork 521
Open
Labels
SpecRelated to the implementation of the Opentype specificationRelated to the implementation of the Opentype specificationwriting supportAnything related to writing support as opposed to parsing or renderingAnything related to writing support as opposed to parsing or rendering
Description
PR #486 will add parsing support for the extension tables, but we'll still need writing support.
In detail we'll have to make sure:
- That tables marked as format 7 will be written instead of throwing an error that they are unsupported
- when writing tables (e.g. added manually/programmatically), we'll have to check whether any table offset would go beyond the 16-bit range and if so, add a lookup table 7 for that table
Metadata
Metadata
Assignees
Labels
SpecRelated to the implementation of the Opentype specificationRelated to the implementation of the Opentype specificationwriting supportAnything related to writing support as opposed to parsing or renderingAnything related to writing support as opposed to parsing or rendering