基于视图的 NSOutlineView 中奇怪的字体抗锯齿
我目前正在开发一个使用 Lion 的新的基于视图的 NSOutlineView
的应用程序。然而,我遇到的问题是我没有得到很好的子像素抗锯齿功能。因此,文本在 Mac OS X 上看起来并不像人们期望的那样流畅。
下面是两个屏幕截图来说明该问题。 Finder(正确的文本渲染)在左侧,我的应用程序在右侧。
知道什么可能导致该问题吗?
I'm currently working on an app that uses Lion's new view-based NSOutlineView
. The problem I've ran into, however, is that I don't get nice subpixel anti-aliasing. As a result, the text doesn't appear as smooth as one would expect on Mac OS X.
Here are two screenshots to illustrate the issue. Finder (proper text rendering) on the left, my app on the right.
Any idea what could cause that issue?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的单元格视图、大纲视图或其封闭的滚动视图是否有图层支持?这里的问题是右侧的文本没有子像素别名,当您将视图设置为图层支持时会发生这种情况。
Do you have your cell views, your outline view or its enclosing scroll view to be layer backed? The issue here is the text on the right is not sub pixel aliased, which happens when you set a view to be layer backed.