Im trying to make a "®" sign raised from the rest of the text in the line and make it about 40% smaller.
Code looks like this:
|
Searching google has not been that successful :)
Was hoping to get a pointer from here.
Kind regards
Kasper
|
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kasper MunckPosted Mar 1, 2010, 8:32 AM
After my post i ran into something usefull.
Code now looks like this:
new Run("Mycompany product");
new Run("®"){BaselineAlignment = BaselineAlignment.Top, FontSize = 8});
This made it look just the way i wanted, so that it now looks like "Product®" as i wanted it to.
But thanks for the quick reply :)
Kind Regard
Kasper
Kirtan PatelPosted Mar 1, 2010, 7:51 AM
you can do Super Script and SubScript in RichText Box ...its not possible with string because String Does not understand formatting..