Is there a way to change the font of the selection in a RichTextBox without change the size of the selection and vice versa
Example: I have 2 words with different sizes, I select them and change the font, and the size of them not change (Like in Word and WordPad).

RichTextBox - Font Changing
Rudy W.
Truby
Thanks
- mike
Garnet
Tonny Petersen
did you try this:
richTextBox1.SelectionColor = Color.Red;