yeslogic / allsorts-tools

Various font tools built using Allsorts
Apache License 2.0
79 stars 12 forks source link

dump: Apply --encodings and --glyph-names options to WOFF/WOFF2 fonts #37

Closed adrianwong closed 1 year ago

adrianwong commented 1 year ago

Resolves #33.

Moves print_cmap_encodings and print_glyph_names out of dump_ttf and into the main function. This allows the --encodings and --glyph-names options to work for WOFF and WOFF2 fonts.

Incidentally, this change also fixes an issue where encodings and glyph names are repeated n times in TTC fonts, where n is the number of fonts in the collection.