Hi
how can i set the label's font to bold without changing its default size and
family and
without setting rich?
i tried both
label.set({font: new qx.bom.Font("default").set({bold: true})});
and
label.set({font: new qx.bom.Font().set({bold: true})});
the resulted labels were bold but unfortunately both default size and the
family of the fonts were changed.
i tried also
label.getFont();
but this one is just returning "default" instead of a font construct. so it
was useless.
is there any way for doing this?
regards
huseyin
--
View this message in context:
http://n2.nabble.com/Label-Bold-tp4679898p4679898.html
Sent from the qooxdoo mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel