Chapter 20. The Canvas Text Item

Table of Contents
Methods
Options

Methods

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.