I'm running Redhat 9. I have a program that is using the following code:
putenv('GDFONTPATH=/usr/share/fonts/default/Type1');
$font = 'arial';
ImageTTFText($im, $main_size, 0, $width-30, $y+($bar_height/2),
$percent_color, $font, $percent.'%');
I get the following message
Warning: Could not find/open font in /var/www/html/Examples/chapter19/show_poll.php on line 107
Any idea what is causing this????
Thanks!
Craig