At 24.10.01  12:37, you wrote:
>Warning: Could not find/open font in
>/sdr/httpd/Prisa/DATA/private/libs/graficos/intradia.php on line 57
>
>Line 57:         ImageTTFText ($O_imagen, 11, 0, 10, 20, $O_colorValor,
>"arial.ttf",$s_Valor);
>
>arial.ttf is into the same dir.
>
>Any ideas?
I had the same problems while using postscriptfonts.
try this
$font=imagepsloadfont("YOUR.FONT");
you have to look for a substitution for imageepsloadfont maybe itīs 
imagettfloadfont();
- and you have to do this command TWO times. Donīt ask me why, but it works ?!
Hope this helps Oliver


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to