> -----Original Message----- > From: [email protected] [mailto:mono- > [email protected]] On Behalf Of Paul F. Johnson > Sent: 06 October 2011 19:09 > To: mono-winforms > Subject: [Mono-winforms-list] Using special characters in labels > > Hi, > > Is it possible to use the likes of superscript and subscript in labels (for > example, so that I could have x2 and have the 2 in superscript) or mix > character sets in a label (eg have Ex read sigma x)? > There's no 'rich' text in buttons IIRC. However there are Unicode characters that should help though, e.g. U+00B2 is Superscript 2, ditto 3, and 1 is U+00B9 http://www.fileformat.info/info/unicode/block/latin_supplement/list.htm That's dependent on font support of course...
Andy _______________________________________________ Mono-winforms-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-winforms-list
