I had an old script with an stringFT function in it and it used to work fine.
I have recently installed Active Perl 5.10 (build 1004) for Windows, tried the script again, and now I can't print text into my image. Everything else works (I can draw lines and points), but stringFT will not work. This is what I am trying:
$black = $im->colorAllocate(0,0,0);
@bounds = $im->stringFT($black,'C:\WINDOWS\Fonts\COURBD.TTF',18,0,280,170, "adadfasfd");
I can't understand why this no longer works. Does anyone have any ideas?