Tobias,

Nothing in the framework that I have come across that would help with this.
You'll need to use CSS3 directly.

Have you read up on font size based on viewport size?
https://css-tricks.com/viewport-sized-typography/

I haven't tested this but hypothetically you could create a CSS class like:

.dynamicfontsizing {
   font-size: 5.9vw;
} 

Then add it to the label you want to resize dynamically:

tobiaslabel.addCssClass("dynamicfontsizing ");





--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Dynamic-Font-resizing-tp7587172p7587187.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to