rotate TextLayout

How can i rotate TextLayout Object in 90 degrees.
[63 byte] By [shayhandelman] at [2007-9-26 8:51:21]
# 1

What do you mean by 'rotate TextLayout?'

To render a line of text 'on its side' you can rotate the graphics 90 degrees, and render the layout in the rotated graphics. But if you want vertical layout (characters stacked above each other, as in Japanese newspapers), current implementations of TextLayout do not support it as far as I know.

dougfelt at 2007-7-1 19:46:49 > top of Java-index,Security,Cryptography...
# 2
Hi i mean to show a vertical text
shayhandelman at 2007-7-1 19:46:49 > top of Java-index,Security,Cryptography...