prefer_system_font_substitutes 属性

prefer_system_font_substitutes 属性

指示当没有出现字体且未设置该字体的替代时,是否首先使用系统字体替代。 例如,在 Ubuntu 上,“Arial”字体通常被“Liberation Sans”替代。 默认值为假。

定义:

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

也可以看看