home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import flash.text.Font;
-
- [Embed(source="/_assets/1_Font2_ZombieCyfry.ttf",
- fontName="ZombieCyfry",
- fontFamily="ZombieCyfry Regular",
- mimeType="application/x-font",
- fontWeight="bold",
- fontStyle="normal",
- 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",
- advancedAntiAliasing="true",
- embedAsCFF="false"
- )]
- public dynamic class Font2 extends Font
- {
-
-
- public function Font2()
- {
- super();
- }
- }
- }
-