on windows box running apache, this is the php info i get
GD Support enabled
GD Version 2.0 or higher
FreeType Support enabled
FreeType Linkage with freetype
JPG Support enabled
PNG Support enabled
WBMP Support enabled
but when i run a script i get an error of
Warning: Could not find/open font in E:\watermark.php on line 30
this is the line that specifies the font path, ive tried many paths and none work so i dunno whats going on. but if i upload it to a webserver running redhat it works fine.
line is
ImageTTFText ($image, $font_size, 45, 106, 256, $black, "arial.ttf","Test");
anyone know whats going on??