[Tutor] small graphics question

Alan Gauld alan.gauld at yahoo.co.uk
Wed Feb 10 20:02:46 EST 2021


On 10/02/2021 21:23, dn via Tutor wrote:

> Extending further, a suggestion to look at Tex/Latex (which was
> apparently only sent to me, 

I don't know of any LateX views in wxPython.
But thats similar to my suggestion to use HTML which does support super
and subscript characters via markup and wxPython does have an HTMLtext
view component.

But if unicode has code-points for all of the numbers as
superscript/subscript then it would be possible to just
output the unicode characters when needed.

Whether unicode code points or HTML markup is most readable
is a moot point!

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos




More information about the Tutor mailing list