italic property

italic property

The font is italic.

True if the font is italic; otherwise, False.

Definition:

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

See Also