stroke_text method
stroke_text
Strokes the specified text string at the specified location.
def stroke_text(self, text, pt):
...
Parameter | Type | Description |
---|---|---|
text | str | String to stroke. |
pt | aspose.pydrawing.PointF | Point that specifies the coordinates where to start the text. |
See Also
- module
aspose.svg.rendering
- class
DeviceAdapter