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

Converting features from .ufo to .glyphs should allow invalid code #1005

Open
schriftgestalt opened this issue May 9, 2024 · 1 comment
Open

Comments

@schriftgestalt
Copy link
Collaborator

I’m trying to roundtrip a .glyphs file that happens to have outdated classes with some glyphs that are not in the font.

in def _to_glyphs_features() (in features.py), > FeaDocument() > self._doc = parser_.parse() > featureLib.parser.Parser.parse() it checks for missing glyphs. But all we want is to segment the .fea file into individual feature blocks. The code should not required to be valid.

@khaledhosny
Copy link
Collaborator

Possibly related to fonttools/fonttools#3501.

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

No branches or pull requests

2 participants