font property

font property

Gets or sets font

Definition:

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

See Also