to add Fonts;
freetype2 (for Type1-fonts)
http://freetype.sourceforge.net/
i compiled php-4.0.6 with gd-1.8.4 and freetype2 support (NOT freetype 1.x)... seems to work all fine.
phpinfo() shows the following lines in the gd-settings:
GD Version 1.6.2 or higher
FreeType Support enabled
FreeType Linkage with freetype
i didn't set the --enable-gd-native-ttf option (well i set i once, but it is set to no by ./configure anyway).
when i try to use the imagettftext function, the image returned is just empty.
btw. how to use Type 1 fonts with freetype2 (not T1lib)?
thanks a lot
mika