fill_text method
fill_text
Fills the specified text string at the specified location.
def fill_text(self, text, pt):
...
| Parameter | Type | Description |
|---|---|---|
| text | str | String to fill. |
| pt | aspose.pydrawing.PointF | Point that specifies the coordinates of the text. |
See Also
- module
aspose.svg.rendering - class
IDevice