Richtextbox SelectionFont.Size when multiple sizes are selected
- by Jiri
Hi,
When a selection in WindowsForms RichTextbox uses two or more different font sizes (eg. you select text with font size 9 and some other text with font size 16 in the same selection), SelectionFont.Size always returns 13. Is there any way to detect that two different sizes are selected?