home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2012 January / ME_2012_01.iso / Galileo-Video / system / ChromeLinux.swf / scripts / BOLD.as < prev    next >
Encoding:
Text File  |  2010-11-16  |  539 b   |  24 lines

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