How to get combination of fonts (bold,italic,underline) in richtextbox?
Loading
How to get combination of fonts (bold,italic,underline) in richtextbox?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
HrvojePosted Oct 23, 2008, 2:25 AM
AlanPosted Oct 22, 2008, 9:30 AM
Like this:
richTextBox1.Font = new Font("Times New Roman", 12, FontStyle.Bold | FontStyle.Italic | FontStyle.Underline);