stroke_text method
stroke_text
Strokes the specified text at the specified position.
def stroke_text(self, text, x, y):
...
Parameter | Type | Description |
---|---|---|
text | str | The text to stroke. |
x | float | The x-coordinate of the starting position of the text. |
y | float | The y-coordinate of the starting position of the text. |
See Also
- module
aspose.svg.rendering
- class
ICanvas