Hi
Say, I have made a selected text as both Bold and Italic, Now I want to remove Italic style keeping the Bold intact. How do I do it?
This is how I applied two styles togather:
richTextBox1.SelectionFont
= new Font( "Tahoma", 10, System.Drawing.FontStyle.B
old | System.Drawing.FontStyle.I
talic );
Start Free Trial