
Help pls, 'SelectionFont' in RichTextBox control
In word processing softwares like MSWord, if there
are more than one type of font in the text we selected,
the fonts select ComboBox in the toolbar will be blanked,
like wise if the text we selected contains different sizes
of fonts,then the size select ComboBox in the toolbar will
be blanked. To give the same effect in VB.NET i tried with
the RichTextBox control, in RichTextBox if the text we
selected contains more than one type of font then the
'SelectionFont' property will be 'Nothing', so we can keep
track of the type of font, but I could not keep track of
the font size, is there any way to know whether there are
different sizes of fonts in the selection we made in the
RichTextBox control? kindly awaiting for an advice.
thanks lot