Stephen Nixon
Stephen Nixon
Hi all, sorry about this mess-up. If you're still interested, please try again with the latest commits. Thanks!
Nevermind; I now realize that I misunderstood this issue a couple of times. I see now that trying to build the code fonts with ss04 does not apply the simplified...
Okay, I think this might be partly due to a current limitation of the opentype-feature-freezer, https://github.com/twardoch/fonttools-opentype-feature-freezer/issues/20. From there: > it won’t work if a glyph is only accessible only through...
Ohhh thank you, all! I briefly saw that format 4 had limitations, but didn't quite realize that all formats had such different "abilities." Kind of a bummer that an entry...
> Maybe buildStatTable should raise an error explaining this when both a range and a linkedValue is requested. This would be helpful!
I like this as an optional argument, and I like @justvanrossum's tweak to this proposal. I think of bleed as something that happens at each edge, rather than a big...
> are different bleed values for different edges even needed? My guess is yes. In the circumstance of preparing a file with facing pages (e.g. a book), I think the...
Did anyone make any changes to the DrawBot code to fix this issue (e.g. shifting values by minute amounts to work around the issue)? I still experience similar problems in...
I’m trying to use a similar construction recipe, and getting a similar error. It’s failing on this recipe: ``` ratio = colon@1,0,0,1,60,68 ``` With this traceback: ``` Traceback (most recent...
For now, I’m just adding a simple workaround to the script, adding these lines just after making the glyph and adding a markColor: ```python # SPECIFIC TO RATIO GLYPH if...