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 - How can I merge Nodes & Webform Submissions into instances of one general Content Type in Drupal 6? -