home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 160 / MOBICLIC160.ISO / pc / DATA / ANI160 / ANI160_00 / fonts / LCD.swf / scripts / LCD_fontClass.as next >
Encoding:
Text File  |  2013-12-16  |  922 b   |  24 lines

  1. package
  2. {
  3.    import mx.core.FontAsset;
  4.    
  5.    [Embed(source="/_assets/1_LCD_fontClass_LCD.ttf",
  6.    fontName="LCD",
  7.    fontFamily="LCD",
  8.    mimeType="application/x-font",
  9.    fontWeight="normal",
  10.    fontStyle="normal",
  11.    unicodeRange="U+0020-0022,U+0024-002A,U+002C-003C,U+003E-003F,U+0041-005A,U+005E,U+0060-007A,U+007E,U+00A0-00A3,U+00A5-00A5,U+00A8-00A8,U+00AB-00AB,U+00AD-00AD,U+00B0-00B0,U+00B4-00B4,U+00B7-00B7,U+00BB-00BB,U+00BF-00C2,U+00C4-00CF,U+00D1-00D4,U+00D6-00D6,U+00D8-00DC,U+00E0-00E2,U+00E4-00EF,U+00F1-00F4,U+00F6-00F6,U+00F8-00FC,U+0152-0153,U+0192-0192,U+02C6-02C6,U+02DA-02DA,U+02DC-02DD,U+037E-037E,U+2013-2013,U+2018-201A,U+201C-201E,U+2039-203A,U+2044-2044,U+2215-2215,U+2219-2219",
  12.    advancedAntiAliasing="true",
  13.    embedAsCFF="false"
  14.    )]
  15.    public class LCD_fontClass extends FontAsset
  16.    {
  17.       public function LCD_fontClass()
  18.       {
  19.          super();
  20.       }
  21.    }
  22. }
  23.  
  24.