Could you help me to understand the msdn documentation?
I'd need subsripts in a command prompt program like:
string abc;
//change style
Console.WriteLine(abc);
I found this: https://msdn.microsoft.com/en-us/library/system.windows.fontvariants(v=vs.110).aspx https://msdn.microsoft.com/en-us/library/system.windows.documents.typography.capitals(v=vs.110).aspx
Could you give an example code how to use it?