text_stroke_width property

text_stroke_width property

Returns or specifies current text stroke width.

Definition:

@property
def text_stroke_width(self):
    ...
@text_stroke_width.setter
def text_stroke_width(self, value):
    ...

See Also