在 NSTextView 中设置整行的背景颜色
假设我的 NSTextView 包含以下文本:
部分的标题文本
这是本节的一些文字。几乎任何东西都可能在这里。
因此,我可以轻松设置文本“部分的标题文本”的背景颜色,如下所示:
但颜色在文本末尾结束,我希望它延伸到行尾,如下所示:
What我希望是这样这可以在没有子类化的情况下完成,但我预计子类化是必要的。
Let's say that my NSTextView contains the following text:
Header Text For Section
This is some text for this section. Just about anything could be here.
So, I can easily set the background color of the text 'Header Text For Section' as shown here:
but the color ends at the end of the text and I would like it to extend to the end of the line as shown here:
What I am hoping is that this can be done without subclassing, but I expect subclassing will be necessary.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试扩展颜色属性(样式运行)以在行尾包含换行符。
Try extending the color attribute (style run) to include the linefeed character at the end of the line.