PDA

View Full Version : GD::stringTTF


chrisvmarle
01-26-2003, 09:44 PM
Hi All,

Hopefully you can help me with this, I'm trying to put a string on an image using GD::stringTTF, but I only get boxes on my image. The line in the script that puts the text is below:
@bounds = GD::Image::stringTTF($srcimage_off, $black, "Abduction.ttf", 24, 0, 10, 15, $string);

Someone, any idea?

Thanks in advance
Mzzl, Chris

chrisvmarle
01-27-2003, 06:11 AM
Never mind, fixed it myself by replacing the gd.dll by an older version...

Mzzl, Chris