Is there any way to make a part of a label.text to be bold?
label.text
label.text = \"asd\" + string;
Would like the string
string
I've built a UserControl that holds a TransparentRichTextBox allowing you to format portions of text by using the RTF syntax.
UserControl
TransparentRichTextBox
Nothing special and the syntax is quite easy to understand. Check it out here.