PIL Fonts

Fredrik Lundh fredrik at pythonware.com
Sat Feb 17 13:51:21 EST 2001


Olivier Deckmyn wrote:
> Is there a way to use TrueType or PostScript font with ImageDraw in PIL ?
> I know it exists a conversion tool to make PIL fonts from X fonts...But I
> don't have any "nice" X font :(

TrueType (freetype) support for Python/PIL is available here:

    http://starship.python.net/crew/kernr/Projects.html

and

    http://effbot.org/pil (windows only, at this time)

Cheers /F





More information about the Python-list mailing list