home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 164 / MOBICLIC164.ISO / mac / DATA / DSS164 / DSS164_04 / fonts / ComicSansMS.swf / scripts / ComicSansMS_fontClass.as next >
Text File  |  2014-05-13  |  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.