C# (CRL) RichTextBox Control and Fonts
-
Hi all...I'm writing a small program (learning C#....yes I'm a beginner). I am using the RichTextBox control that the users can enter or paste in some text. Then afterward, I want to go through that text in the control character by character and be able to determine each characters font style, size, etc..... Can anyone point me in the right direction for that? I was able to set fonts, etc... correctly (giving them a context menu to do a few things), when its all said and done I want to parse the style, character by character. Help Please! Small example, or web page example, or even a pointer as to what methods to start with would be helpful. Thanks. There are only 10 types of people in this world....those that understand binary, and those that do not.
-
Hi all...I'm writing a small program (learning C#....yes I'm a beginner). I am using the RichTextBox control that the users can enter or paste in some text. Then afterward, I want to go through that text in the control character by character and be able to determine each characters font style, size, etc..... Can anyone point me in the right direction for that? I was able to set fonts, etc... correctly (giving them a context menu to do a few things), when its all said and done I want to parse the style, character by character. Help Please! Small example, or web page example, or even a pointer as to what methods to start with would be helpful. Thanks. There are only 10 types of people in this world....those that understand binary, and those that do not.