I'm trying to render text to png using the GD library. Everything works just fine, except ImageTTFText(). So I can't change the font for my text.
Accordning to the PHP manual this funtion exists, but it keeps saying:
Call to undefined function: imagettftext()
Any suggestions?