Are you using PHP 4.0.6? If so, apparently there is a bug in that version
that relates to the TTF function. From my understanding, it has been
corrected and is available in the CSV but I believe you will have to wait
until PHP 4.0.7 to get a fixed binary. I am not sure when that version will
be
"Claus Bloch" <[EMAIL PROTECTED]> skrev i en meddelelse news:...
> I get an error :: Could not find/open font . My the font is locating at
the
> same dir as the file/string that call it:
>
> ImageTTFBBox($ttf_size,0,'DRAGONW.ttf',$show_txt);
>
> Is the setup of php wrong or what???
>
> If you can