auto_scale_font 属性

auto_scale_font 属性

如果对象中的文本在对象大小更改时更改字体大小,则为真。默认值是true。

定义:

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

也可以看看