Subscript text in pdf C#

Posted by daft on Stack Overflow See other posts from Stack Overflow or by daft
Published on 2010-05-19T07:32:44Z Indexed on 2010/05/19 7:40 UTC
Read the original article Hit count: 174

Filed under:
|

How do I insert a subscript charachter in a string in C#? I have nor problems appending a superscript 2 in the same string using char.ConvertFromUtf32(178);, but I struggle with finding a similar solution for the subscripted text. Actually, I'm struggling with finding ANY solution at all to this rather embarrassing issue. :)

© Stack Overflow or respective owner

Related posts about c#

Related posts about string-manipulation