Tkinter - Drawing rotated text in a widget

Cameron Laird claird at lairds.us
Sun Mar 12 15:08:12 EST 2006


In article <mailman.3111.1142142269.27775.python-list at python.org>,
Eric Apperley  <eapperley at clear.net.nz> wrote:
>How do I draw rotated text in a Tkinter widget using the draw.text method?
>
>Alternatively, if I draw text as normal, how can I then subsequently 
>rotate it about its start point?
>
>

Not easily.

The (base) Tk-ers have written a bit on this subject:
<URL: http://wiki.tcl.tk/rotate >.



More information about the Python-list mailing list