in reply to Newline in GD?
my $y = 12; $img->string(gdSmallFont, 10, $y, $line1, $color); $y += $delta; $img->string(gdSmallFont, 10, $y, $line2, $color); $y += $delta; $img->string(gdSmallFont, 10, $y, $line3, $color); ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Newline in GD?
by AssFace (Pilgrim) on Mar 13, 2008 at 22:46 UTC |