The text module allows the user to create text labels.
Text
class etki.txt.Text(content, x, y, *, color='black', size=12)
The origin for this shape is the bottom-left.
content
Sets the text content of the text object
str
x
Sets how far from the left the Text is
float
y
Sets how far from the bottom the Text is
color
Sets the color of the Text
Optional
size
Sets the font size of the Text
Last updated 1 year ago