http://www.perlmonks.org?node_id=448214

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Platform: Windows 2000 SP3, Perl Activestate, 5.6.1

Problem: I'm using GD::Graph::Lines()to create charts. The charts are generated successfully, but the default fonts (text) are ugly. Changing font type doesn't do anything it just keeps on outputting the default GD fonts. I'm setting the graph to the correct path. Any help would be much appreciated, thank you.

$graph->set_title_font("c:/winnt/fonts/arialbd.ttf",16); $graph->set_x_label_font("c:/winnt/fonts/timesbd.ttf",8); $graph->set_y_label_font("c:/winnt/fonts/timesbd.ttf,8");