italic property

italic property

Gets or sets italic for the font.

Definition:

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

See Also