Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

\cb not working for RTF

I want to highlight some texts in my RichTextBox using RTF. I have alreast used \cb and \cbpat. Both are not working. Can anyone suggest something else for highlighting text in RTF?

like image 238
user2885797 Avatar asked Oct 17 '13 09:10

user2885797


1 Answers

Use this:

{\highlightN text}

where N is the number of the color from the color table.

like image 80
Jerry Avatar answered Oct 30 '22 02:10

Jerry