in reply to Re: GD
in thread GD

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   >

Replies are listed 'Best First'.
Re: Re: Re: GD
by bikeNomad (Priest) on Jul 01, 2001 at 00:25 UTC
    GD is supposed to support Freetype, but I have so far been unsuccessful at using Freetype 2 with Perl's GD module.