> From: Edmond Chan [mailto:[EMAIL PROTECTED]]
> How can I display a string (in a Label preferably)
> that contains subscript characters?

In a label (or any other standard UI object) you would need to use a custom
font that contains the needed subscript characters.  The built-in fonts
don't, though they do have superscript 2 and 3.  You can search the docs,
KB, or archives for information on custom fonts.

Or a less elegant way is to draw the label with custom code (preferably in a
gadget) and then you can achieve the subscript effect via whatever drawing
API calls you want.

-slj-


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to