Right now I am using some buttons with the following code:
richTextBox1.SelectionFont = new Font(\"Tahoma\", 12, FontStyle.Bold); richTextBox1.SelectionColor = S
use this code
richTextBox1.Font = new Font("Tahoma", 12, FontStyle.Bold | FontStyle.Italic);