home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import flash.text.Font;
-
- [Embed(source="/_assets/2_BudBird_BudBird.ttf",
- fontName="BudBird",
- fontFamily="BudBird Normal",
- mimeType="application/x-font",
- fontWeight="normal",
- 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 BudBird extends Font
- {
-
-
- public function BudBird()
- {
- super();
- }
- }
- }
-