draw_string method

draw_string

Draws a string at the specified position.

def draw_string(self, str, x, y):
    ...
ParameterTypeDescription
strstrThe text to be drawn.
xfloatThe x-coordinate of the string position.
yfloatThe y-coordinate of the string position.

See Also