home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 157 / MOBICLIC157.ISO / pc / DATA / ANI157 / ANI157_00 / fonts / OCRAStd.swf / scripts / OCRAStd.as < prev   
Encoding:
Text File  |  2013-09-17  |  317 b   |  18 lines

  1. package
  2. {
  3.    import flash.display.Sprite;
  4.    import flash.text.Font;
  5.    
  6.    public class OCRAStd extends Sprite
  7.    {
  8.       public static const fontClass:Class = OCRAStd_fontClass;
  9.       
  10.       public function OCRAStd()
  11.       {
  12.          super();
  13.          Font.registerFont(fontClass);
  14.       }
  15.    }
  16. }
  17.  
  18.