Thanks a lot. Was able to do this via global flex css settings
global
{
fontSize: 9;
}
thanks again.
________________________________
From: armantic101 <[email protected]>
To: [email protected]
Sent: Mon, 7 June, 2010 19:28:37
Subject: [flexcoders] Re: Easiest Way To Decrease Font Size in Flex App
You can set the global font size.
More info here:
http://livedocs.adobe.com/flex/3/html/help.html?content=styles_02.html
--- In [email protected], Angelo Anolin <angelo_ano...@...> wrote:
>
> I have a flex app compiled from MXML containing a lot of different controls
> (datagrids, label, textarea, textinputs, etc) and I want to decrease the font
> size as rendered on the swf. How do I achieve this? Take note that I did not
> used any css styling on the application and simply compiled the application
> based on the standard font/sizing provided by Flex 3 SDK.
>
> Thanks.
>
> angelo
>