Page 1 of 1

string rotation using imagettftext

Posted: Mon Mar 01, 2004 6:05 pm
by doctorsrp
When using the imagettftext function within the GD lib i have found that I only seem to be able to rotate a string in terms of its individual characters so the string will appear:

s
t
r
i
n
g

Is there any way of rotating the whole string e.g. for use as a title for the y axis on a graph.

Thanks guys

Posted: Mon Mar 01, 2004 6:18 pm
by Illusionist
have u tried [php_man]imagerotate()[/php_man] ??