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