Vertical Text?

Tim Ansell

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?

···

---

Yes, you can find how I code all this stuff im my all-purpose, four-wheel
and small library jmgraph, http://spinecho.ifrance.com/

Other solutions like matplotlib and so on also offer this feature.
I never remember the links, SciPy is a good starting point
http://www.scipy.org/

Jean-Michel Fauth, Switzerland