Name

create_text

Synopsis

                        c.create_text(x,y,**text_options)

Creates a text item at the given x and y coordinates and returns the item’s handle. text_options may include:

anchor

The exact spot of the text’s bounding box that x and y refer to: may be N, E, S, W, NE, NW, SE, or SW, compass directions indicating the corners and sides of the bounding box, or CENTER (the default)

fill

The text’s color (default is black)

font

Font to use for this text

tags

A string (to assign a single tag to this item) or a tuple of strings (to assign multiple tags to this item)

text

The text to display

Get Python in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.