在 NSTextView 中查找字符中心

发布于 2024-10-17 16:33:44 字数 201 浏览 4 评论 0原文

对于 NSTextView 中的每个行片段,我在其旁边放置一个子视图以进行折叠。问题是,不同的字体会偏离基线,我永远无法将视图定位在文本的正中心。

我尝试过获取基线偏移,但它似乎不太有效。

这是问题的核心: 假设“•”字符是它自己的视图,我该怎么做:

•Text

对于任何语言的任何字体?

For each line fragment in an NSTextView, I'm placing a subview next to it for collapsing. The problem is, different fonts throw off the baselines and I can never position the view in the exact center of the text.

I've tried getting the baseline offset, but it doesn't quite seem to do the trick.

Here's the meat of the question:
Assuming the "•" character is it's own view, how can I do this:

•Text

for ANY font in ANY language?

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

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

发布评论

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

评论(1

独守阴晴ぅ圆缺 2024-10-24 16:33:44

请参阅获取字体规格字体处理指南。此外,获取字形布局和相关部分给出了更完整的答案。

See Getting Font Metrics of the Font Handling guide. Additionally the Getting Glyph Layout and related sections give a more complete answer.

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