Does anyone happen to know where to download .gdf fonts? This is in regards to the imageloadfont(); function. The best information I have been able to locate is that you can convert .ttf files to gdf using wtfopf from here:

http://www.wedwick.com/wftopf.exe

There are programs to create ttf fonts and places to download many free .ttf fonts. You can even use imagettftext() instead of imageloadfont(), but I can't seem to find much information on .gdf fonts, which is what imageloadfont() uses. I'm just rather surprised I can't find a list of .gdf fonts for download anywhere.