-
Notifications
You must be signed in to change notification settings - Fork 52
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
support Variable length indexPaths #447
base: main
Are you sure you want to change the base?
Conversation
What's a variable length indexPath, what's it used for and do you have an example file where it is used? |
Hints can have index paths with two, three (a link to the side bearing) or four (a implicit node at intersection of two segments) indexes. |
Do you have an example file that exercises the possibilities? |
I just hit the same problem when trying to build a hinted font with fontmake. In case it helps, this is the link to the glyphs file: SudoVariable.glyphs fontmake -g SudoVariable.glyphs -o variable
[...]
File "/Users/jens/Library/Python/3.7/lib/python/site-packages/glyphsLib/types.py", line 100, in fromString
return [float(i) for i in self.regex.match(src).groups()]
AttributeError: 'NoneType' object has no attribute 'groups' |
Noted, but didn't have the time to look at this yet... |
@schriftgestalt Loading the file you supplied results in
What else do we need to implement here? |
The hint.originIndex can start be "lsb" or "rsb" instead of an |
No description provided.