font_style property

font_style property

Sets or gets text font style.

Definition:

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

See Also