Text
A brief reference to the Text class.
Initialization
text = Text(screen, text, x, y)Text
text.text() # Get the current text
text.text('new string!') # Set new textDimensions
text.width()
text.height()Font
Size
Align
Decorations
Last updated