Hi !
I'm trying to make a dynamic image using the GD libary and imagettftext function.
Here is the code :
imagettftext ($Img, 20, 0, 10, 10, $Color, "TEST", "C:\WINNT\Fonts\arial.ttf");
The text don't appear onthe picture, and I get the following error :
Warning: Could not find/open font in test.php on line 131
However the path to the font file seems to be good. So what is the problem ?
Thanks a lot for your help !