draw_string method

draw_string

Draws a string at given point.

def draw_string(self, str, x, y):
    ...
ParameterTypeDescription
strstrA string to be drawn.
xfloatX coordinate of point.
yfloatY coordinate of point.

See Also