-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
合并后汉字宽度异常 #7
Comments
一样的问题。。。 |
同合并了 JetBrains Mono 和一个中文字体,同样预览出来是这样。 但是你们难道都没有看过 JetBrains Mono 字体自己的预览吗?那里面就是这样的。没猜错的话正式使用起来应该没有问题吧,汉字间距正常? |
是的,在部分软件里显示正常,但是也有一部分会显示为加宽的中文(如Notepad++) |
一样的问题,在大多数软件里都显示加宽的中文 |
This comment was marked as resolved.
This comment was marked as resolved.
Description: Solution:
Sceenshots: Relate Links: Tools: 这里提供一个Python脚本 from fontTools.ttLib import TTFont
font = TTFont('E:\\Portable\\07-Other\\字体合并补全工具-简体中文标准字库-1.0.0-win64\\out.ttf')
font['OS/2'].xAvgCharWidth = 500
# font['OS/2'].panose.bProportion = 0
font.save('E:\\Portable\\07-Other\\字体合并补全工具-简体中文标准字库-1.0.0-win64\\out_xAvgCharWidth.ttf') |
赞👍 |
如图,合并了两种等宽字体,但是预览中中文宽度异常
这是正常状态下的
请问有什么好的解决方法吗
The text was updated successfully, but these errors were encountered: