We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我使用了如下命令来缩减字体文件:
fontmin -t $(..) source.ttf > result.ttf
发现前后两个字体的大小几乎相差无几:
用fontforge对比,result.ttf确实只有我指定的字符,那为什么两者的差距这么小?
接着我尝试不指定 output,直接导出到默认文件夹下:
fontmin -t $(..) source.ttf
这次的结果正常了:
这也太奇怪了?还是说 >result.ttf 并不是我想象的那种用途?
>result.ttf
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我使用了如下命令来缩减字体文件:
发现前后两个字体的大小几乎相差无几:
用fontforge对比,result.ttf确实只有我指定的字符,那为什么两者的差距这么小?
接着我尝试不指定 output,直接导出到默认文件夹下:
fontmin -t $(..) source.ttf
这次的结果正常了:
这也太奇怪了?还是说
>result.ttf
并不是我想象的那种用途?The text was updated successfully, but these errors were encountered: