|
|
|
|
The Canvas Text Item
Back Next
The following methods are used to create and configure
text items:
- create_text(x0, y0, options...) => id
-
Create a text item at the given position, using the given
options. Note that the text string itself is given by the
text option.
- delete(item)
-
Delete a text item.
- coords(item, x0, y0)
-
Move one or more text items.
- itemconfigure(item, options...)
-
Change the options for one or more text (or other) items.
Back Next
|