TTF fonts rendered in Python
Eric Brunel
eric.brunel at pragmadev.com
Thu Sep 11 03:52:32 EDT 2003
vald wrote:
> I wonder if there is any module for rendering True
> Type Fonts in Python ? I need to create a GIF files
> with nice antialiased text and I'm unable to find
> any module with such functionality.
>
> Sincerely,
> K.
>
If you want something a bit lighter than PyGame or PIL, there's also gd with
gdmodule:
http://newcenturycomputers.net/projects/gdmodule.html
http://www.boutell.com/gd/
HTH
--
- Eric Brunel <eric.brunel at pragmadev.com> -
PragmaDev : Real Time Software Development Tools - http://www.pragmadev.com
More information about the Python-list
mailing list