font property

font property

Font settings will be applied.

Definition:

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

See Also