googlefonts / gftools

Misc tools for working with the Google Fonts library
Apache License 2.0
242 stars 71 forks source link

Create a "WriteMetadata" pattern #973

Closed simoncozens closed 3 months ago

simoncozens commented 3 months ago

There's a lot of places where we LoadLanguages(), extract the language comments, and pass the language comments to WriteProto when writing metadata. Let's have a single function that defines how we want to write out a METADATA.pb file, and use it everywhere.