How to have multiple font style in a single string.
I have a big string and i will append that string to a microsoft word from c# windows application.
I want some characters to be bold... some with big font. like that.
I tried with ordinary HTML tags like < b > bold ..< / b> it wont work..
I want string with mixed font styles.
Text BOLD small BIG
I am Exporting that string to a word file from c# windows application as i mentioned.
Help Much appreciated.