Hello again. I have used $im->stringUp with GD and it
prints text beginning on the bottom and ending on the top.
I am trying to print text in a square.
So I use $im->string for the top, $im->stringUp for the left side (adjusting the y axis) and $im->string for the bottom, (adjusting the y axis) and would LIKE to have a $im->stringDOWN equivalent, to print
the text vertically from top to bottom, facing the other direction from the other stringUp text.
Is this doable in any way ? I need to use the GD module for the rest of the program, and would appreciate suggestions. Thanks.