Message 1 of 1
Reading MText properties from XML file, subs/superscript not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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