italic property

italic property

Gets or sets a value indicating whether the font is italic.

Definition:

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

See Also