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

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

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -

c++ - Update and multiple console windows -