In my application I have a rich text-box.I use that as a text editor. I can change font,size, style when I needed. now my problem is I want to find out font-name,size, text-color of each character ?
i,e i want to retrieve every character’s font-name,size, text-color after editing is done.
In my application I have a rich text-box.I use that as a text editor.
Share
You can use the SelectionFont property to retrieve the font of the currently selected text. Similarly, you can use the SelectionColor property.