auto_scale_font属性

auto_scale_font属性

如果对象中的文本的字体大小随着对象大小的改变而改变,则为真。 默认值为 True。

定义:

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

也可以看看