iPad SDK 上的字体抗锯齿
我在 iPad SDK 上使用自定义像素字体,并且正在尝试找到一种方法来禁用 UIFont 的字体抗锯齿功能。像素字体在没有抗锯齿功能时通常效果最佳。当我创建静态资源时,我可以在 Photoshop 中轻松禁用它,但这次我需要使用自定义字体的动态输出。
如果这可能的话,有什么想法吗?
谢谢。
I'm using a custom pixel font on the iPad SDK, and I'm trying to find a way to disable font anti-aliasing for UIFont. Pixel fonts usually work best when they don't have Anti-aliasing. I disable it easily in Photoshop when I create static resources, but this time I need a dynamic output with the custom font.
Any ideas if this is even possible?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您对 UILabel 或类似的子类进行子类化,这样的方法可能会起作用:
如果这不起作用,您也可以尝试这些调用:
Something like this might work if you are subclassing a UILabel or similar:
If that does not work you can try these calls too: