Just van Rossum

Results 849 comments of Just van Rossum

Also interesting: ``` >>> x = f.colorSpace >>> x() Generic RGB colorspace >>> f.colorSpace() Traceback (most recent call last): File "", line 1, in TypeError: Need 1 arguments, got 1...

Btw. we've worked around the problem in our code, so from us there's no need to rush. Thanks for looking into it!

I'll try to make an example, thank you. (I may have messed up, esp. since you say it should work.)

Hm, it doesn't seem to flatten included .fea code, and merges the include statement as is. The UFO in "merged" was made like this: gftools ufo-merge FontA-Regular.ufo FontB-Regular.ufo -g "*"...

Test files: [merge_external_fea_test.zip](https://github.com/googlefonts/gftools/files/9299459/merge_external_fea_test.zip)

Oh, I just ran this on GH Actions on Linux and Win and macOS: the problem only exists on macOS.

Success! I can view and edit a .glif! This is god enough for me, but you may want to keep this open, as I still can't build from the sources.

Yes, duh, I'm sorry! Will post to the correct one. You can delete here if you want.

I managed to rewrite my code so it doesn't rely on `typeface.getVariationDesignPosition()` anymore, and `fontargs.setVariationDesignPosition()` works perfectly, so this is no longer a blocking issue for me. Feel free to...