text_length method
text_length
Sets the ’textLength’ attribute, specifying the length of the text.
Returns
The current builder instance.
def text_length(self, value, type):
...
| Parameter | Type | Description |
|---|---|---|
| value | float | The length of the text. |
| type | LengthType | The type of length measurement (e.g., pixels). |
See Also
- module
aspose.svg.builder - class
SVGTextPathElementBuilder