italic property

italic property

Gets or sets font italic style

Definition:

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

See Also