is_italic property

is_italic property

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

Definition:

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

See Also