home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 170 / MOBICLIC170.ISO / pc / DATA / DSS170 / DSS170_02 / fonts / ComicSansMS.swf / scripts / ComicSansMS_fontClass.as next >
Text File  |  2014-12-16  |  220b  |  15 lines

  1. package
  2. {
  3.    import mx.core.FontAsset;
  4.    
  5.    public class ComicSansMS_fontClass extends FontAsset
  6.    {
  7.        
  8.       
  9.       public function ComicSansMS_fontClass()
  10.       {
  11.          super();
  12.       }
  13.    }
  14. }
  15.