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

Serve Glyph Data as CSV file, implement glyph name / code point helpers in JS #1900

Merged
merged 12 commits into from
Dec 29, 2024

Conversation

justvanrossum
Copy link
Collaborator

Serve Glyph Data as CSV file, and implement getCodePointFromGlyphName and getSuggestedGlyphName on the client side.

This opens up using this data in the font overview (#1886) for grouping/sorting/finding/etc.

This means we don't depend on glyphsLib anymore at runtime. We do need it to build the CSV file, and the test suite checks whether the file is stale. Not sure how to declare this build/test glyphLib dependency, so I'll keep the dependency for now.

@justvanrossum justvanrossum merged commit da4fd71 into main Dec 29, 2024
5 checks passed
@justvanrossum justvanrossum deleted the glyph-data-csv branch December 29, 2024 21:34
justvanrossum added a commit that referenced this pull request Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant