imagefttext() fonts

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!

Moderator: General Moderators

Post Reply
wildfish
Forum Newbie
Posts: 4
Joined: Thu Jan 22, 2004 9:23 pm

imagefttext() fonts

Post by wildfish »

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.)

Thanks in advance.
User avatar
vigge89
Forum Regular
Posts: 875
Joined: Wed Jul 30, 2003 3:29 am
Location: Sweden

Post by vigge89 »

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...
Post Reply