text_width property

text_width property

Gets or sets the scale x.

Definition:

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

See Also