I have added Multiple Masters/TrueType GX support to my Python3 wrapper for FreeType <https://github.com/ldo/python_freetype>.
In the process, I discovered an interesting gotcha with the Cairo graphics library: Cairo doesn’t expect you to be changing font parameters in this way. This means you must load a new copy of the FT_Face for each set of design coordinates you want to set before passing it to Cairo. _______________________________________________ Freetype mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype
