Open kidzgy opened 2 months ago
合并两字体:
`%~d0 cd "%~dp0"
.\otfccdump.exe --ignore-hints -o base.otd "%~1" .\otfccdump.exe --ignore-hints -o ext.otd "%~2"
.\merge-otd.exe -n "Sarasa Iosevka;Regular;Normal;Normal" base.otd ext.otd
.\otfccbuild.exe -q -O3 -o out.ttf base.otd
del base.otd ext.otd
pause`
不知道为什么,合并这两个字体时,没有输出ttf,也没有报错信息。如果我把英文字体改为CascadiaMono-Regular,合并是可以输出ttf的。
fonts.zip
直接合并字符数会超过 OpenType 上限。
参见 https://github.com/be5invis/Sarasa-Gothic/issues/342
直接合并字符数会超过 OpenType 上限。 参见 be5invis/Sarasa-Gothic#342
参见 be5invis/Sarasa-Gothic#342
原来如此,感谢解答!
合并两字体:
`%~d0 cd "%~dp0"
.\otfccdump.exe --ignore-hints -o base.otd "%~1" .\otfccdump.exe --ignore-hints -o ext.otd "%~2"
.\merge-otd.exe -n "Sarasa Iosevka;Regular;Normal;Normal" base.otd ext.otd
.\otfccbuild.exe -q -O3 -o out.ttf base.otd
del base.otd ext.otd
pause`
不知道为什么,合并这两个字体时,没有输出ttf,也没有报错信息。如果我把英文字体改为CascadiaMono-Regular,合并是可以输出ttf的。
fonts.zip