text_style property

text_style property

Gets the text style such as font size, font name an so on.

Definition:

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

See Also