in reply to How do I change font on GD graph title, x_label, y_label
$mygraph->set_title_font('/fonts/arial.tf', 24);
What do you get if you add this to the top of your program:
print 'Font ', -f '/fonts/arial.tf' ? 'found' : 'not found';
Isn't the usual extension '.ttf', or is that only on Windows?
|
|---|