Hello,
I've discovered this marvelous method imagettftext() http://uk3.php.net/manual/en/function.imagettftext.php who allows a preview of a TTF font.
One problem : it only works when the font is in the same folder than the script. "arial.ttf", when "http://www.mysite.com/data/arial.ttf", it doesn't work. I must put my font in an other folder.
Thanks for helping me, Sylvain.
Try using the file path, instead of a URL.
heeeee.... thanks a lot but I don t know what a file path is.... Could you explain to me, merci, Sylvain.
You know, like "C:/windows/fonts/arial.ttf" on Windows, or "/usr/share/fonts/ttf/western/baskerville.ttf" on Un*x.