in reply to GD::Graph Fonts
Looks like (from "man GD") for ttf, you need to use the stringFT method.$graph->set_title_font(GD::gdGiantFont);
$image->stringFT($fgcolor,$fontname,$ptsize,$angle,$x,$y,$string)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: GD::Graph Fonts
by Anonymous Monk on Apr 15, 2005 at 21:49 UTC |