auto_scale_font property

auto_scale_font property

True if the text in the object changes font size when the object size changes. The default value is True.

Definition:

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

See Also