in reply to GD

Thanks. While you're at it, does anyone know where to find GD.pm fonts besides the included ones?

Replies are listed 'Best First'.
Re: Re: GD
by petdance (Parson) on May 07, 2001 at 02:55 UTC
    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   >
    
      GD is supposed to support Freetype, but I have so far been unsuccessful at using Freetype 2 with Perl's GD module.