font_italic property

font_italic property

Indicates whether font is italic.

Definition:

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

See Also