Tkinter - Drawing rotated text in a widget

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Eric Apperley

    Tkinter - Drawing rotated text in a widget

    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?


  • Cameron Laird

    #2
    Re: Tkinter - Drawing rotated text in a widget

    In article <mailman.3111.1 142142269.27775 .python-list@python.org >,
    Eric Apperley <eapperley@clea r.net.nz> wrote:[color=blue]
    >How do I draw rotated text in a Tkinter widget using the draw.text method?
    >
    >Alternativel y, if I draw text as normal, how can I then subsequently
    >rotate it about its start point?
    >
    >[/color]

    Not easily.

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

    Comment

    Working...