vertical text

Hi,

Is it possible to define a onscreentext to be vertical text?
I want to show something like that:

s
p
e
e
d

Thank you

I don’t know if there’s a built-in way to do that, but an easy way would be to simply add a newline character between every two characters:

text = '\n'.join(text)