font_italic property

font_italic property

Gets or sets a value indicating whether the font used in watermark text formatting is italic.

Definition:

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

See Also