Re: [qooxdoo-devel] Font size

2010-04-13 Thread Ilkka Oksanen
Hi, Thanks for both answers. I ended up creating "defaultlarge" font and toggle between that and "default". Works great. -ilkka On Tue, Apr 13, 2010 at 5:17 PM, Dave Baggett wrote: > > I use this to bump up a widget's font size in special cases where I don't > want to make a the

Re: [qooxdoo-devel] Font size

2010-04-13 Thread Dave Baggett
I use this to bump up a widget's font size in special cases where I don't want to make a theme element: //

Re: [qooxdoo-devel] Font size

2010-04-13 Thread Alexander Steitz
Hi Ikka, On Tuesday April 13 2010 11:19:05 Ilkka Oksanen wrote: > Is the way to increase or decrease font size of a label at runtime? I know > I can do this: > > label.setFont(new qx.bom.Font(12)); > > But then the font face doesn't look same anymore. I guess that is because > default font face

[qooxdoo-devel] Font size

2010-04-13 Thread Ilkka Oksanen
Hi, Is the way to increase or decrease font size of a label at runtime? I know I can do this: label.setFont(new qx.bom.Font(12)); But then the font face doesn't look same anymore. I guess that is because default font face (and size) depends on the version of OS. In an ideal case I would like to

Re: [qooxdoo-devel] font size change

2008-09-12 Thread Sebastian Werner
Reloading helps. No support yet for dynamic font size changes. This is also a feature which is regarded as deprecated. Most browser do now or will in the future do full page zooming (images + text). So this is quite less in priority, but we already have a bug report somewhere to enhance thi

Re: [qooxdoo-devel] font size change

2008-09-12 Thread Derrell Lipman
On Fri, Sep 12, 2008 at 1:29 PM, Stephan Veigl <[EMAIL PROTECTED]> wrote: > > When I'm changing the global font size in the browser (ctrl + mouse wheel) > the size of the font (labels, HTML areas, buttons, …) change, but it's still > clipped to the old size. > You can see this effect in qooxdoo de

[qooxdoo-devel] font size change

2008-09-12 Thread Stephan Veigl
When I’m changing the global font size in the browser (ctrl + mouse wheel) the size of the font (labels, HTML areas, buttons, …) change, but it’s still clipped to the old size. You can see this effect in qooxdoo demo browser when the font size is increased the items of the demos tree are abbrev