size property
TextPath.size property
Defines the size of the font in points.
@property
def size(self) -> float:
...
@size.setter
def size(self, value: float):
...
Remarks
The default value is 36.
See Also
- module aspose.words.drawing
- class TextPath