iOS自定义字体字形间距问题
我已将自定义 TTF 字体添加到我的 iOS 通用应用程序中(将 .ttf 文件放入资源中,将字体文件名添加到 info.plist 中,如此处的其他线程和 Apple 开发论坛上所示)。
我看到字体应用于我设置的 UILabel 的位置,但存在间距问题:看起来好像在每个字形之间键入了一个空格字符。当我在 Mac 上安装相同的 .ttf 文件并在 TextEdit 等应用程序中使用它时,不存在此类间距问题。
有什么想法吗?这可能是 .ttf 问题吗?我要调整什么参数?谁能推荐一个 Mac 版的 TTF 编辑器?
或者这可能是 iOS TTF 问题?我真的希望我不必深入研究 CoreText 和子类 UILabel 才能使其正常工作(但如果我这样做,任何代码示例将不胜感激)。
感谢您的帮助!
I've added a custom TTF font to my iOS universal app (put .ttf file into resources, add the font file name to the info.plist as indicated on other threads here and the Apple dev forum).
I see the font applied to the UILabel's where I set it to, but there's a spacing problem: it appears as if there is a space character typed in between each glyph. When I install the same .ttf file on my mac and use it in an app like TextEdit, there is no such spacing issue.
Any ideas? Could this be a .ttf problem? What parameter would I adjust? Can anyone recommend a TTF editor for the mac?
Or is this a iOS TTF issue perhaps? I really hope I don't have to delve into CoreText and subclass UILabel in order to get this to work (but if I do, any code samples would be appreciated).
thanks for any help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来这只是一种宽间距字体。
Looks like it was just a widely-spaced font.