home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 161 / MOBICLIC161.ISO / pc / DATA / ANI161 / ANI161_00 / fonts / ComicSansMS.swf / scripts / mx / core / FontAsset.as next >
Text File  |  2014-01-15  |  327b  |  19 lines

  1. package mx.core
  2. {
  3.    import flash.text.Font;
  4.    
  5.    use namespace mx_internal;
  6.    
  7.    public class FontAsset extends Font implements IFlexAsset
  8.    {
  9.       
  10.       mx_internal static const VERSION:String = "4.6.0.23201";
  11.        
  12.       
  13.       public function FontAsset()
  14.       {
  15.          super();
  16.       }
  17.    }
  18. }
  19.