While you're at it, does anyone know where to find GD.pm fonts besides the included ones?
Bypass GD entirely and use
Image::Magick. Compile in support for
Freetype
and the world of TrueType fonts is at your disposal.
xoxo,
Andy
%_=split/;/,".;;n;u;e;ot;t;her;c; ". # Andy Lester
'Perl ;@; a;a;j;m;er;y;t;p;n;d;s;o;'. # http://petdance.com
"hack";print map delete$_{$_},split//,q< andy@petdance.com >
| [reply] |
GD is supposed to support Freetype, but I have so far been unsuccessful at using Freetype 2 with Perl's GD module.
| [reply] |