font property

font property

The font of the text.

Definition:

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

See Also