bold property

bold property

The font is bold.

True if the font is bold; otherwise, False.

Definition:

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

See Also