Hi,

the font itself is not capable of such a task. But you can always set no
matter what css stype on the labels content element. But be careful with the
usage of those css settings. It may break some of the qooxdoo internals! But
the text-shadow should not be a problem (see the following snippet): 

var l = new qx.ui.basic.Label("TEST");
this.getRoot().add(l);
l.getContentElement().setStyle("text-shadow", "red 3px 2px");

Best,
Martin


skar wrote:
> 
> Hi,
> 
> I tried to define a font like:
> 
> f = new qx.bom.Font("14px",["Helvetica", "Arial", "sans-serif"])
> 
> But how do I add a text shadow to this font? Is it possible to add a 
> text shadow at all from within qooxdoo?
> 
> cheers,
> skar.
> 
> -- 
> --
> The life so short, the craft so long to learn. 
> 
> 
> ------------------------------------------------------------------------------
> Return on Information:
> Google Enterprise Search pays you back
> Get the facts.
> http://p.sf.net/sfu/google-dev2dev
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/setting-font-with-text-shadow-tp4162915p4163268.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to