$font = "arial.ttf";
imagettftext($image, 16, 90, 590, 350, $textColor, $font, 'Thank You');
Is there anyway to simulate the photoshop vertical text tool? So each letter individually rotates 90 degrees. i.e.
T
h
a
n
k
Y
o
u
If no do I have to get a vertical true type file for arial or verdana?
imagettftext($image, 16, 90, 590, 350, $textColor, $font, 'Thank You');
Is there anyway to simulate the photoshop vertical text tool? So each letter individually rotates 90 degrees. i.e.
T
h
a
n
k
Y
o
u
If no do I have to get a vertical true type file for arial or verdana?