fill_text method

fill_text

Fills the specified text string at the specified location.

def fill_text(self, text, pt):
    ...
ParameterTypeDescription
textstrString to fill.
ptaspose.pydrawing.PointFPoint that specifies the coordinates of the text.

See Also