actionscript 3 - Changing font size in Flex app -


how can change font size in flex application?

write style like

<mx:style>    global {        fontsize: 20;    } </mx:style> 

in main application. should inherited application contents.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -