googlefonts / fontc

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

handle `openTypeLowestRecPPEM` value in glyphs sources #1128

Open cmyr opened 5 days ago

cmyr commented 5 days ago

Motivated in particular by openTypeLowestRecPPEM: I'm not sure exactly how this works, but it looks like something that exists in glyphsLib and that we aren't looking for in glyphs2fontir, and it is causing a diff in NotoFangsongKSSRotated.glyphspackage.

edit: it looks like there are a number of these values that we aren't handling, such as openTypeHheaCaretSlopeRise and openTypeHheaCaretSlopeRun. we should Probably just be making sure we're handling all the values listed there?