Re: [qooxdoo-devel] Label Bold

2010-03-05 Thread Jonathan Weiß
Hello Huseyin, you don't have to use a new qx.bom.Font instance for the setFont() method [1] on the label. You can use one of the fonts which are defined in the theme (e.g. qx.theme.modern.Font) your application is using: label.setFont("bold"); Cheers, Jonathan [1] http://demo.qooxdoo.org/d

[qooxdoo-devel] Label Bold

2010-03-05 Thread hkalyoncu
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 unfortu