dan wrote:
The only other issue I'd have, is it possible to change the
font of "Custom Text" to Tahoma? If so, how do it do it, and do I need any
additional files?

see `perldoc GD` : look for the 'stringFT' method see also `perldoc GD::Text`


example:

$img->stringFT(
  $black, # color ref
  'path/too/tahoma.ttf', # absolute path to TTF
  12,    # point size
  0      # rotation angle
  $x,$y,
  $string
);

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to