home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import flash.text.Font;
-
- [Embed(source="/_assets/37_ITALIC_ITALIC_Myriad Web.ttf",
- fontName="Myriad Web",
- fontFamily="Myriad Web Italic",
- mimeType="application/x-font",
- fontWeight="normal",
- fontStyle="italic",
- unicodeRange="U+0020-024F,U+02C6-02C6,U+02DC-02DC,U+1E00-1EFF,U+2000-206F,U+20A0-20CF,U+2100-2183",
- advancedAntiAliasing="true",
- embedAsCFF="false"
- )]
- public dynamic class ITALIC extends Font
- {
- public function ITALIC()
- {
- super();
- }
- }
- }
-
-