We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
合并两字体:
`%~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
The text was updated successfully, but these errors were encountered:
直接合并字符数会超过 OpenType 上限。
参见 be5invis/Sarasa-Gothic#342
Sorry, something went wrong.
直接合并字符数会超过 OpenType 上限。 参见 be5invis/Sarasa-Gothic#342
原来如此,感谢解答!
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
合并两字体:
`%~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
The text was updated successfully, but these errors were encountered: