Text
– Keep information about a single text of text¶
-
class
_stage.
Text
(width, height, font, palette, chars)¶ Keep internal information about a text of text in a format suitable for fast rendering with the
render()
function.Parameters: This class is intended for internal use in the
stage
library and it shouldn’t be used on its own.-
move
(x, y)¶
Set the offset of the text to the specified values.
-