You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ascent, descent=font.getmetrics()
line_gap=0# need to be set manuallyline_height=ascent+descent+line_gap# the correct wayspacing=line_height-font.getsize('A')[1]
需要等待上游彻底修复该问题
The text was updated successfully, but these errors were encountered:
问题跟踪:
python-pillow/Pillow#1646
python-pillow/Pillow#6469
这和字体构建本身无关,但是可能会影响相关图片物料的生成,有可能导致 build.py 执行失败
暂时使用如下 hack
需要等待上游彻底修复该问题
The text was updated successfully, but these errors were encountered: