
Steno
New User
May 19, 2010, 4:27 AM
Post #1 of 1
(10196 views)
|
Rotating text with GD::Simple libraries doesn't work!!
|
Can't Post
|
|
Hello everybody!! I'm trying to plot some graph with GD::Simple connected with Perl 5.10 on Win32... My code is:
$img->moveTo($text_dist + $i*40 + $j*10, 10); $img->angle(90); $img->string($files[$i]." h".$j); But it doesn't work!!! I mean, it looks like perl is ignoring the angle... It print the string as it is. Why?
|