Container Flex

to embed a font in the Flex application" src="http://www.rntsoft.com/Code/FlexImages/UsemxStyletoembedafontintheFlexapplication.PNG"

            



    
        import mx.collections.ArrayCollection;
        [Bindable]
        public var expenses:ArrayCollection = new ArrayCollection([
            {Month: "Jan", Profit: 2000, Expenses: 1500},
            {Month: "Feb", Profit: 1000, Expenses: 200},
            {Month: "Mar", Profit: 1500, Expenses: 500}
            ]);
      

    
        @font-face{ src: url("a.ttf"); fontFamily: myMyriad; } ColumnChart {
        fontFamily: myMyriad; fontSize: 20; }
    

    
        
            
                                    title="FY 2006" />
            

            
                
            

            
                
            

            
                                    displayName="Profit" />
                                    displayName="Expenses" />