home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / zombietypocalypse.swf / scripts / Font2.as < prev    next >
Encoding:
Text File  |  2008-09-15  |  606 b   |  25 lines

  1. package
  2. {
  3.    import flash.text.Font;
  4.    
  5.    [Embed(source="/_assets/1_Font2_ZombieCyfry.ttf",
  6.    fontName="ZombieCyfry",
  7.    fontFamily="ZombieCyfry Regular",
  8.    mimeType="application/x-font",
  9.    fontWeight="bold",
  10.    fontStyle="normal",
  11.    unicodeRange="U+0020-024F,U+02C6-02C6,U+02DC-02DC,U+0400-04CE,U+0530-058F,U+0900-097F,U+1E00-1EFF,U+2000-206F,U+20A0-20CF,U+2100-2183,U+FB13-FB17",
  12.    advancedAntiAliasing="true",
  13.    embedAsCFF="false"
  14.    )]
  15.    public dynamic class Font2 extends Font
  16.    {
  17.        
  18.       
  19.       public function Font2()
  20.       {
  21.          super();
  22.       }
  23.    }
  24. }
  25.