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

Use fontations Glyph enum #382

Merged
merged 2 commits into from
Aug 10, 2023
Merged

Use fontations Glyph enum #382

merged 2 commits into from
Aug 10, 2023

Commits on Aug 8, 2023

  1. Use fontations Glyph enum

    This renames the backend 'Glyph' type to 'NamedGlyph', and turns it into
    a simple struct, containing a `write-fonts` Glyph and the associated
    name.
    
    This also lets us delete the GlyphPersistable type, since we don't need
    to store a flag indicating whether the glyph is simple or composite.
    cmyr committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    2adc949 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Shuffle glyph type names

    NamedGlyph goes back to Glyph, and we import write_fonts Glyph as
    RawGlyph.
    cmyr committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    9baed72 View commit details
    Browse the repository at this point in the history