Graphics Flex


 
 
    xmlns:fx="http://ns.adobe.com/mxml/2009" 
    xmlns:mx="library://ns.adobe.com/flex/mx" 
    xmlns:s="library://ns.adobe.com/flex/spark"> 
     
         
    
 
     
        @font-face { 
            src:url("a.ttf"); 
            fontFamily: myFont; 
            embedAsCFF: true; 
        } 
        @font-face { 
            src:url("a.ttf"); 
            fontFamily: myFont; 
            fontWeight: bold; 
            embedAsCFF: true; 
        } 
        @font-face { 
            src:url("a.ttf"); 
            fontFamily: myFont; 
            fontStyle: italic; 
            embedAsCFF: true; 
        } 
        .myStyle1 { 
            fontSize: 32; 
            fontFamily: myFont; 
        }