googlefonts / fontc

Where in we pursue oxidizing (context: https://github.com/googlefonts/oxidize) fontmake.
Apache License 2.0
62 stars 10 forks source link

[glyphs] Parse 'anchor' field of glyph components #783

Closed cmyr closed 2 months ago

cmyr commented 2 months ago

This field is used to select which anchor should be used to position a component when multiple are available, and we need it for anchor propagation to work correctly.

Broke this out of fixups for #782; I'll rebase that when this is merged.