Vertical Text

I’d like to create a label with vertical text. EX:

p
u
s
h

I found the answer to be an example in the Documentation for TextShape

You could use a canvas and draw the text in the graphics, specifying a wrap width of 1 character.

Could you use a regular label that is tall, narrow, and centered? And then loop thru the chars inserting returns after between every char?

last time I tried that… the spacing was much too large… Anic’s suggestion would work better

1 Like