Vertical Text?
Tim Ansell
mithro at mithis.com
Sun Jan 21 02:31:34 PST 2007
Hello,
I was wondering if there is an easy way to do vertical text in wxPython?
(Either A Static Text Ctrl which renders the text vertically or rotated
by 90 degrees.)
I'm pondering two methods to do it,
- Split the text into individual characters and put them in a Vertical
Box sizer.
- Rendering to a DC and rotating the DC by 90 degrees.
Any ideas? Anyone implemented code to do this?
Thanks for your help.
Tim Ansell
More information about the wxpython-users
mailing list