font_bold property

font_bold property

Definition:

@property
def font_bold(self):
    ...

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

See Also