-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
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
英文空格和中文空格处理异常,不知道是不是使用问题 #31
Comments
看到底下代码也有专门判断空格的处理,求解释为什么不生成空格。 |
空格 这里确实是欠考虑了,下个版本会加上 |
非常感谢 |
@Daley 请更新
|
@junmer 现在空格是出来了。不过空格的内容都被替换成别的文字了,应该是哪有类似下面的逻辑,没找着。
|
@junmer 空格全部变成了叹号,悲伤T_T |
在fonteditor-core里把相应的glyph的contours置为空数组了,先用着了,只会这样处理 |
请问空格的怎么处理啊 |
邮箱给我,我把我改的发给你 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
使用
Fontmin.glyph({
text: '天地玄黄 宇 宙洪荒',
hinting: false
})
生成的ttf空格都是异常。当然,库里本来是踢除空格不处理的。我强行弄的。
用FontCreater查看space和uni3000都显示异常
字体文件
http://pan.baidu.com/s/1gfFaj7t
The text was updated successfully, but these errors were encountered: