RichTextBox 每几个字符/行的特定颜色 C#

发布于 2024-08-11 09:46:28 字数 231 浏览 2 评论 0原文

我有 richTextBox1,内容如下:

我的文本框的第一行是这样的,我希望它是正常的、arial、8 点非粗体字体

第二行,我想要 | 之后的所有内容加粗... |这是粗体

第三行:括号中的所有内容我(想要)成为颜色(红色)

第四行是“这条线将是/倾斜/或斜体

等等,基本上如果我知道如何做我提到的事情上面,我将了解完成我的项目所需的一切。代码示例将非常非常感谢!

I have richTextBox1, and here is the contents:

line one from my textbox is this, and i want this to be normal, arial, 8 point non-bold font

line two, i want everything after the | to be bolded... | this is bold

line three: everything in brackets i (want) to be the color (Red)

line 4 is "this line is going to be /slanted/ or with italics

and so on, basically if I know how to do what I mentioned above, I'll know everything I need to know to complete my project. Code examples would be very very much appreciated! :)

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

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

发布评论

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

评论(1

客…行舟 2024-08-18 09:46:29

You have to set SelectionStart and SelectionLength to specify the text that you want to modify, and then set SelectionColor and SelectionFont to modify the selected text.

http://msdn.microsoft.com/en-us/library/system.windows.forms.richtextbox_members.aspx

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