[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ft] python_freetype Now Supports Multiple Masters
From: |
Lawrence D'Oliveiro |
Subject: |
[ft] python_freetype Now Supports Multiple Masters |
Date: |
Sat, 21 Mar 2015 17:43:12 +1300 |
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.
- [ft] python_freetype Now Supports Multiple Masters,
Lawrence D'Oliveiro <=