LettError / glyphNameFormatter

Generate list of glyphnames from unicode names.
BSD 3-Clause "New" or "Revised" License
75 stars 9 forks source link

Publish the GNUFL list separately #48

Open LettError opened 7 years ago

LettError commented 7 years ago

For those who would like to use the GNUFL list this whole package is a substantial download. It would be useful to publish the list all by itself, perhaps with a simple reader. Maybe also consider additional output formats, json maybe?

LettError commented 2 years ago

This could be a package that is mostly generated from data, tables, available in glyphNameFormatter. Package should be structured so that it can be embedded easily in other applications, easy to import. @typemytype

justvanrossum commented 1 year ago

I'm personally most interested in having a pip-installable code-point ⟺ glyph-name mapping API. All other meta info (that I need) I can find in unicodedata2 and/or fontTools.unicodedata.

LettError commented 1 year ago

I don't know how to do that but would welcome help.

justvanrossum commented 1 year ago

I can help with the pip-installable part. I would need help figuring out how to get the mapping data from this package.