基于视图的 NSOutlineView 中奇怪的字体抗锯齿

发布于 2024-11-28 01:05:21 字数 326 浏览 1 评论 0原文

我目前正在开发一个使用 Lion 的新的基于视图的 NSOutlineView 的应用程序。然而,我遇到的问题是我没有得到很好的子像素抗锯齿功能。因此,文本在 Mac OS X 上看起来并不像人们期望的那样流畅。

下面是两个屏幕截图来说明该问题。 Finder(正确的文本渲染)在左侧,我的应用程序在右侧。

Finder My App

知道什么可能导致该问题吗?

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.

Finder
My App

Any idea what could cause that issue?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

怀里藏娇 2024-12-05 01:05:21

您的单元格视图、大纲视图或其封闭的滚动视图是否有图层支持?这里的问题是右侧的文本没有子像素别名,当您将视图设置为图层支持时会发生这种情况。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文