-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Open
Description
I was wondering if it would be possible to add sub-pixel rendering support into Pillow.
Pillow uses FreeType under the hood for TrueType fonts. FreeType supports sub-pixel rendering, but Pillow's current way of rendering text doesn't allow for sub-pixel rendering in the first place.
aclark4life