PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
After a bit of struggling, I managed to get imagefttext() to return the desired results, but only by referencing .ttf fonts in my host's WINDOWS\fonts directory.
Is there a way I can reference fonts uploaded to my own folder, or am I stuck using whatever fonts my host has installed? (Using the full pathname to the file has not worked.)
i've probably got the same problem, i can reference to my fonts in any folder on my own server, but on my host, I can't. Haven't tested using Windows\Fonts dir yet...