font_bold property

font_bold property

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

Definition:

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

See Also