clip_text method

clip_text

Adds clip from an outline of given text in given font.

def clip_text(self, text, font, x, y):
    ...
ParameterTypeDescription
textstrThe text.
fontaspose.pydrawing.FontThe font.
xfloatAn X coordinate of the text position.
yfloatAn Y coordinate of the text position.

See Also