fonttools / fontbakery

🧁 A font quality assurance tool for everyone
https://fontbakery.readthedocs.io
Apache License 2.0
549 stars 100 forks source link

New fontbakery-fix-glyphnames.py script #664

Closed davelab6 closed 6 years ago

davelab6 commented 8 years ago

Using the renaming-glyphs.py snippet in part, we should be able to check and fix glyph naming to make them correct.

davelab6 commented 8 years ago

References:

twardoch commented 8 years ago

@davelab6: @schriftgestalt has just published a subset of GlyphData.xml (just the basic stuff i.e. Unicode-to-Glyphs-glyphname mapping and some categorization, without the additional metadata) under the MIT license: https://github.com/schriftgestalt/GlyphsInfo

This can be used as an auxiliary source for converting the internal Glyphs glyphnames into production glyphnames.

davelab6 commented 8 years ago

Yes, I (and perhaps you) had requested this a while ago and I am happy that @schriftgestalt has done it :)

davelab6 commented 7 years ago

Apropos the discussion this morning about finding references/sources/citations for out tests, here's a good source for the glyph naming stuff: https://github.com/silnrsi/FDBP/commit/332db981cf81f0d710865149fc8196a82fd22756

felipesanches commented 6 years ago

migrated to https://github.com/googlefonts/tools/issues/19