Dear Phil,
In the textlabel command
($width = $txt->textlabel($x,$y, $font, $size, $text, %opts)
I find an option
-rotate => $deg
With this I could rotate my text by 90 degrees. But I would like to
format a Japanese text the normal way, this means all characters
remain upright but in a perpendicular row (which is normal in
Japan :-) ) Placing the characters by single character strings below
each other does not work either, since at least the interpunctation marks
(brackets, full stop, quotes etc) have to be different in a perpendicular
line. For instance brackets are indeed rotated by 90 degrees, full stops
are placed in the upper right corner instead etc.
I attach an image of a text sample where you can see that the
comma is not correctly placed.
Greetings
Kurt