is_bold property

is_bold property

Gets the value that indicates whether the font is bold.

Definition:

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

See Also