NSAttributedString drawAtPoint 和 drawInRect - 差异

发布于 2024-10-19 01:46:42 字数 389 浏览 1 评论 0原文

在下图中,每行的第一个字符是在子视图中绘制的 NSAttributed 字符串。该行的其余部分是在常规 NSTextView 中绘制的。

子视图与 NSTextView 中的行片段具有完全相同的高度和原点。

这些是调用 [NSATtributedString drawAtPoint:lineFragment.origin]

在此处输入图像描述

这些是调用 [NSAttributedString drawInRect:线片段矩形] 在此处输入图像描述

谁能给我解释一下这些差异吗?

In the following images, the first character of each line is an NSAttributed string drawn in a subview. The rest of the line is drawn in a regular NSTextView.

The subviews have the exact same height and origin as the line fragments in the NSTextView.

These are the results calling [NSATtributedString drawAtPoint:lineFragment.origin]

enter image description here

These are the results calling [NSAttributedString drawInRect:lineFragmentRect]
enter image description here

Can anyone explain the discrepancies to me?

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

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

发布评论

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

评论(1

阳光下慵懒的猫 2024-10-26 01:46:42

NSTextField 的默认字段编辑器布局管理器使用与默认 NSTextView 不同的排版器行为设置。

The default field editor's layout manager for NSTextField uses a different typesetter behavior setting than the default NSTextView.

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