Subscript and/or Superscript using StyledTextControl ?

Hannes Grund:

is there any possibility to create a style for subscript and/or
superscript using StyledTextCtrl ?
(I.e. modifying the character offset on a line or else, in addition
to a smaller font size ?)

   There is no way to set a subscript or superscript style on a font in
wxSTC. There are some superscript characters for a, o, 1, 2, and 3 available
in many 8 bit fonts and if you use a Unicode capable font such as Lucida
Sans Unicode or Palatino Linotype there are the remaining superscript and
subscript digits in the range U+2070 to U+2089.

   Neil