Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
$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");
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: GD::Graph Fonts
by davidrw (Prior) on Apr 15, 2005 at 15:45 UTC | |
by Anonymous Monk on Apr 15, 2005 at 21:49 UTC |