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

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - Updating recent updates - Problem in procedure - Any other approach? -