googlefonts / fontc

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

[glyphs] Generate tuples instead of bincode #1091

Closed cmyr closed 2 weeks ago

cmyr commented 3 weeks ago

This removes the need to deserialize bincode in order to load the data. Ideally we could just generate the types directly but my various (extensive) attempts to do that kept running into extremely slow compile times; this is a compromise.

rsheeter commented 2 weeks ago

Per f2f we landed #1066