[Image-SIG] Re: Re: anyone knows a imlib2 extension for python? - UPDATE

Fredrik Lundh fredrik@pythonware.com
Fri, 23 May 2003 15:55:39 +0200


"alex" <nowhere@phobgate.de> wrote:

> but what about the 'one bdf/pcf/pil file for every font size' thing?

1.1.4 supports opentype/truetype fonts, via the freetype2 library.
use the ImageFont.truetype(filename) constructor to load truetype
fonts.

see the draft handbook for more info:

    http://effbot.org/zone/pil-imagefont.htm

</F>