package Flash::Tags::DefineFont; use Class::Struct; struct ( fontid => '$', offset => '$', glyphs => '@' # of @ of Flash::Type::ShapeRecord ); 1;