Text Effects
Charles Goodwin <[email protected]> Mon, 11 Aug 2003 10:28:58 +0100
| Newsgroups | gmane.comp.java.xwt.widgets |
|---|---|
| Organization | XWT Foundation |
| Message-ID | <[email protected]> |
David, If you get an opportunity, I'd like you to do a bit more work on the text widgets. Specifically, I'd like to see some text effects available: o strikethrough o underline o shadowing When I say shadowing, I mean basically having an identical layer of text shadowing the currently layer, with an offset of x,y. This iis a really cool text effect, giving a pseudo 3d feel. <text text="xxx" shadow="true" shadowcolor="#color" shadowx="x" shadowy="y" /> I'd be really grateful if you could do those. :) - Charlie