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

alex alex <nowhere@phobgate.de>
Fri, 23 May 2003 18:01:52 +0200


cool!

on pythonware website i found 1.1.3 documentation (pdf) as 'newest', so i 
thought it's still valid. should update to 1.1.4 too!

thanks for your help,

alex

--On Freitag, 23. Mai 2003 15:55 +0200 Fredrik Lundh 
<fredrik@pythonware.com> wrote:

> "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>