在 NSTextView 中查找字符中心
对于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅获取字体规格字体处理指南。此外,获取字形布局和相关部分给出了更完整的答案。
See Getting Font Metrics of the Font Handling guide. Additionally the Getting Glyph Layout and related sections give a more complete answer.