-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Related to mapbox/node-fontnik#160
When/if mapbox/node-fontnik#160 is shipped, the new ascender and descender metadata fields will need to be handled here as well (unless the functionality of this repo is moved into node-fontnik -- mapbox/node-fontnik#163).
We'll also need to figure out the desired behavior of combining ascender/descender metadata from the multiple fonts being composited. In discussing with @tristen, we think the compositing of that metadata should be: if all fonts in the composite have the same ascender/descender values, then use those, but if any are different, then use 0 (falling back to the current fixed value)
In summary:
- Add
ascenderanddescendertofontstackinglyphs.proto, as in https://github.com/mapbox/node-fontnik/pull/160/files#diff-f5607f797a3301f210b1a4e9f7db4ffdR30-R31 - Implement
ascender/descendercompositing in.composite()
Ref:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels