font_bold property

font_bold property

The font used in watermark text formatting is bold.

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

Definition:

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

See Also