Nalina has asked for the wisdom of the Perl Monks concerning the following question:
But the result is not satisfactory. I want the chart title font size to be 20. How do I do it?$my_graph->set_title_font(gdGiantFont); $my_graph->set_y_label_font(gdMediumBoldFont); $my_graph->set_x_label_font(gdMediumBoldFont); $my_graph->set_y_axis_font(gdMediumBoldFont); $my_graph->set_x_axis_font(gdMediumBoldFont); $my_graph->set_values_font(gdMediumBoldFont); $my_graph->set_legend_font(gdMediumBoldFont);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Font size in GD::Graph module
by BrowserUk (Patriarch) on Jul 08, 2004 at 10:59 UTC | |
by Nalina (Monk) on Jul 08, 2004 at 12:14 UTC | |
by BrowserUk (Patriarch) on Jul 08, 2004 at 13:24 UTC | |
by Nalina (Monk) on Jul 09, 2004 at 06:14 UTC |