[wxPython] Superscript character display

Is there any way to display superscipt/subscript characters in a wxHtmlWindow
(or wxTextCtrl). They would be in fairly large chunks of text (dictionary
entries) but the text doesn't need to be editable.

Thanks in advance.

Patrick Gaherty

···

--
pgaherty@chambersharrap.co.uk

Is there any way to display superscipt/subscript characters in a

wxHtmlWindow

(or wxTextCtrl). They would be in fairly large chunks of text (dictionary
entries) but the text doesn't need to be editable.

If wxHtmlWindow supports the standard tags for super/subscript then you
could do it that way. Unfortunatly I don't remember right off if it does or
not.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!