Reading MText properties from XML file, subs/superscript not working.

Reading MText properties from XML file, subs/superscript not working.

ballalyash
Contributor Contributor
142 Views
0 Replies
Message 1 of 1

Reading MText properties from XML file, subs/superscript not working.

ballalyash
Contributor
Contributor

Reading MText properties from XML file, all the other font formatting are working except for sub/superscript. 
I tried hardcoding in two ways it is working, just not with XML file.

 

"B\u2082B"; // B₂B
"X\u00B2"; // X²
another way 
"\\A1;a\\H0.7x;\\S2^"   // a2

"\\A1;a\\H0.7x;\\S^2"   // a2

 

0 Likes
143 Views
0 Replies
Replies (0)