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
let transFont = fontCarrier.transfer('/tmp/kaiti.ttf');
解析字体后,发现得到的transFont里面没有“空格字符,即space( ),导致用min方法精简的字体里面也没有空格这个字符。
打印输出了字体对象,里面没有“ ”:
请解决一下这个bug,谢谢🙏
The text was updated successfully, but these errors were encountered:
在这个 PR 中会解决:#37
Sorry, something went wrong.
谢谢!什么时候可以发布修复后的新版本呢?看这个PR已经好几个月了,但是没有进一步动作。
No branches or pull requests
let transFont = fontCarrier.transfer('/tmp/kaiti.ttf');
解析字体后,发现得到的transFont里面没有“空格字符,即space( ),导致用min方法精简的字体里面也没有空格这个字符。
打印输出了字体对象,里面没有“ ”:

请解决一下这个bug,谢谢🙏
The text was updated successfully, but these errors were encountered: