font_weight property

font_weight property

FontWeight

Definition:

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

See Also