This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
richTextBox1.SelectionFont = new Font("Arial", 16);
richTextBox1.SelectionFont=new Font(richTextBox1.SelectionFont.FontFamily,20);