bold property

bold property

Font bold

Definition:

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

See Also