Cosimo Lupo
Cosimo Lupo
Or maybe I didn't get your question right. You'd use pip if you want to install from the wheel packages. If you mean how to build from source, then of...
yes, it has the latest ttfautohint (from git), harfbuzz and freetype (latest stable releases): https://github.com/fonttools/ttfautohint-py/releases/tag/v0.1.0 sure, I plan to keep it up to date
it's very simple to update the embedded libttfautohint as new versions gets released. I just have to point the respective git submodules to the latest tag, push and the CI...
I think this is the same issue as https://github.com/python/mypy/issues/10187
Even without the `on_setattr` feature, just using a plain property setter decorator that calls the converter, I get the same error from mypy about `Incompatible types in assignment`. ```python @define(on_setattr=setters.NO_OP)...
> As fare as I know, glyphsLib+fontMake should support automatic mark+mkmk feature generation. Correct. If you're having any issues let us know!
Do the fonts work in Adobe apps or in browsers? Do they pass validation with ots-sanitize (the latest version supports CFF2)?
Thanks for the precious feedback, we'll try to incorporate some of those suggested features in the fontmake pipeline. Note that mutatorMath is kind of deprecated now. We have replaced it...
There is also another problem: a dependency of a requirement which has an environment marker is always added unconditionally without a marker. In the example above, the python3-version of `doit==0.30.3`...
I don't think the TrueType Unique ID is the right place for these sort of things. That one is fairly standard and always includes the font name, its version and...