Draw string with normalized scientific notation (superscripted )
问题 I want to draw following string in my game To compare, there are 10^75 particles in the universe. where 10 75 is formatted in a normalized scientific notation (as we've been doing in school). I use SpriteBatch.DrawString method, but I cannot figure out a nite solution. There are a few trivial ones: Draw two strings where the second string's got a smaller font or is scaled. Draw an image. I've been looking at UTF tables, but seems it's not possible. Do I have to have special font for this task