"Terry Carroll" <[EMAIL PROTECTED]> wrote

> > like to put superscript text like (TM) to (T) when
> > calling the label function.
> 
> font settings etc. You may be able to find a font that
> supports TM as a superscript specifically within its
> extended charater set. 
>
> I don't know easydialogs, but could you just use Unicode?
>
> label = u"SpamEateru\2122, now with EGG support"

That would be one instance of a font that supported 
the TM character. The problem is I don't know whether 
Windows supports unicode(I suspect it does nowadays)
and if it does whether EasyDialogs supports changing 
the system font.

If you don't mind messing about with the font used by 
the OS in all dialogs it might be possible that way...

Alan G.

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to