home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 151 / MOBICLIC151.ISO / mac / DATA / DCV151 / DCV151_00 / fonts / Drawzing.swf / scripts / Drawzing_fontClass.as next >
Text File  |  2013-01-18  |  214b  |  15 lines

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