support Variable length indexPaths#447
support Variable length indexPaths#447schriftgestalt wants to merge 2 commits intogooglefonts:mainfrom
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.