Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Update glyphlist #947

Merged
merged 3 commits into from Jun 6, 2022
Merged

ENH: Update glyphlist #947

merged 3 commits into from Jun 6, 2022

Commits on Jun 5, 2022

  1. ENH: Update glyphlist

    Run
      print({"/" + key: fr"\u{hex(value).upper()[2:]:0>4}" for key, value in sorted(adobe_glyphs.items())})
    over the glyphlist from #464
    
    This made use of
    Glyph Name Formatted Unicode List - GNFUL
    GlyphNameFormatter version 0.28 - git commit: 406
    Unicode version: Unicode 10.0.0
    Source code: https://github.com/LettError/glyphNameFormatter/tree/c225719
    MartinThoma committed Jun 5, 2022
    Copy the full SHA
    dd22e9a View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Copy the full SHA
    d58e601 View commit details
    Browse the repository at this point in the history
  2. Add circledot and star

    MartinThoma committed Jun 6, 2022
    Copy the full SHA
    621da40 View commit details
    Browse the repository at this point in the history