stroke_text method

stroke_text

Strokes the specified text string at the specified location.

def stroke_text(self, text, pt):
    ...
ParameterTypeDescription
textstrString to stroke.
ptaspose.pydrawing.PointFPoint that specifies the coordinates where to start the text.

See Also