fontfamily - Flex: How Do I Reference the System Font? -


i've embedded font in component. of text in component uses embedded font. but, want button use standard system font. how set button's fontfamily system font?

<mx:button label="hello" fontfamily="?" /> 

thank you.

-laxmidi

don't specify font family style, , fall on defaults of framework.

look @ fontfamily style documentation here:

http://help.adobe.com/en_us/flashplatform/reference/actionscript/3/mx/controls/textinput.html?filter_flex=4.1&filter_flashplayer=10.1&filter_air=2#top

the default font halo theme "verdana". default font spark theme "arial".


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 -