googlefonts / glyphsets

Apache License 2.0
79 stars 18 forks source link

nam file format niggle #232

Closed simoncozens closed 3 weeks ago

simoncozens commented 1 month ago

Currently the glyphsets nam files are produced in the following format:

0xDEADBEEF COMBINING RUMP STEAK

which is fine and matches what's going on in the nam-files repo. However, if we made them look like this instead:

0xDEADBEEF # COMBINING RUMP STEAK

then they can be directly used as input to hbsubset/fonttools subset, which would be very handy.

yanone commented 3 weeks ago

Implemented