make text bold in richtextbox c#
how to make text bold in richtextbox c# ??
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.
Biswa Pujarini MohapatraPosted Jan 27, 2014, 7:37 AM
you can use richTextBox1.Font = new Font("Consolas", 18f, FontStyle.Bold);
check this thread
http://www.c-sharpcorner.com/uploadfile/mahesh/richtextbox-in-C-Sharp/