home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / sinta.swf / scripts / Arial.as next >
Encoding:
Text File  |  2008-08-08  |  597 b   |  25 lines

  1. package
  2. {
  3.    import flash.text.Font;
  4.    
  5.    [Embed(source="/_assets/1_Arial_Arial.ttf",
  6.    fontName="Arial",
  7.    fontFamily="Arial Bold",
  8.    mimeType="application/x-font",
  9.    fontWeight="bold",
  10.    fontStyle="normal",
  11.    unicodeRange="U+0020-00FF,U+02C6-02C6,U+02DC-02DC,U+2013-2014,U+2018-201A,U+201C-201E,U+2020-2022,U+2026-2026,U+2030-2030,U+2039-203A,U+20AC-20AC,U+2122-2122",
  12.    advancedAntiAliasing="true",
  13.    embedAsCFF="false"
  14.    )]
  15.    public dynamic class Arial extends Font
  16.    {
  17.        
  18.       
  19.       public function Arial()
  20.       {
  21.          super();
  22.       }
  23.    }
  24. }
  25.