How can I set some text as subscript/superscript in FormattedText in WPF?
FormattedText
Setting for superscript works fine with the following code:
2
Setting the Baseallignment for subscript in the Span tag did not work for me. I tried the following code and it worked fine.