bold property

bold property

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

Definition:

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

See Also