font_italic property

font_italic property

Font italic setting will be applied.

Definition:

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

See Also