font_italic property

font_italic property

The font italic flag indicates whether the font used in watermark text formatting is italic.

The default value is None, which means that the filter is not applied.

Definition:

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

See Also