fill_text method
fill_text
Fills the specified text at the specified position.
def fill_text(self, text, x, y):
...
Parameter | Type | Description |
---|---|---|
text | str | The text to fill. |
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