Hi,
I have a problem with showing text in different fonts, fontstyles, colors, alignments and sizes in richTextBox in C#. I read some articles on Internet about this, but I was't satisfied with them. Many thanks in advance.
regards,
Bojan
The msdn - library gives a full list of possible members of RichTextBox. http://msdn2.microsoft.com/en-us/library/system.windows.forms.richtextbox_members.aspx
It seems you would to use the selectionfont here. Try some of the examples here , maybe they can help you?
Hope this helps, Jens
Hi Jens,
Many thanks for your help. It's wery helpfull.
regards