home *** CD-ROM | disk | FTP | other *** search
- package mx.core
- {
- import flash.text.Font;
-
- use namespace mx_internal;
-
- public class FontAsset extends Font implements IFlexAsset
- {
-
- mx_internal static const VERSION:String = "3.0.0.0";
-
-
- public function FontAsset()
- {
- super();
- }
- }
- }
-