I've been trying to get the imagettftext(), imagepstext(), and imagefttext() functions to run but currently they return...
Fatal error: Call to undefined function: imagettftext()
The others return similar errors as well. If we have enabled the feature (actually my hosting company has) using...
--enable-gd-native-ttf GD: Enable TrueType string function.
...why are the functions still not working. Also, I know that imagettftext() requires both the GD library and the FreeType library. I thought the above would have enabled the GD library but not sure about the FreeType. Any info on any of this will be super helpful.
Last thing: We're running PHP 4.06 and using GD-1.8.4
Thanks in advance folks,
Aaron Zoller
www.AaronZoller.com