Hi all,
For my little app i need know last Y coord of object i created on
Canvas.
I'm creating a text Object. For his last X coord i use
font.measure('bla bla bla') this working.But i want know last Y coord
coz i need create next text object bottom.

How i get Y if i create this text object
create_text(0, 0, anchor='nw', text='bla\n bla\n bla', font=boldfont)

thanks
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to