check_font_compatibility属性
check_font_compatibility属性
指示是否检查文本中每个字符的字体兼容性。
评论
默认值是true。 禁用此属性可能会提供更好的性能。 但是当文本/字符的默认或指定字体无法渲染时, 生成的 pdf 中可能会出现不可读的字符(例如块)。 对于这种情况,用户应将此属性保留为 true,以便 可以搜索替代字体并使用它来渲染文本;
定义:
@property
def check_font_compatibility(self):
...
@check_font_compatibility.setter
def check_font_compatibility(self, value):
...