Last night i decided to create a font and have PHP output the text in the font i created to an image using the ImageTTFText function. I used a program called "Font Creator Program 4.0" to create the "TrueType" ttf font. The font works great within windows but i'm having difficulty using it in php. I copied my font and about 5 other default fonts (from windows) to the directory containing the script and was dumbfounded when all the other fonts worked with the same script (changing only the font type).
Like i said, the script seams to be working fine. It works great with the other fonts but when i try using the one i created it writes nothing on the image.
Does anybody know of any reason it might be doing this or perhaps some guidlines or limitations for the font types allowed when using the ImageTTFText function?
Thanks in advance,
Gabe