FontDialog f = new FontDialog(); if (f.ShowDialog() == DialogResult.OK) { this.richTextBox1.Font = f.Font; }