auto_scale_font属性
auto_scale_font属性
如果对象中的文本随对象大小更改而更改字体大小,则为 true。默认值是true。
定义:
@property
def auto_scale_font(self):
...
@auto_scale_font.setter
def auto_scale_font(self, value):
...
如果对象中的文本随对象大小更改而更改字体大小,则为 true。默认值是true。
@property
def auto_scale_font(self):
...
@auto_scale_font.setter
def auto_scale_font(self, value):
...