package Flash::Tags::DefineFont2; use Class::Struct; struct ( tagid => '$', flags => '$', fontname => '$', glyphs => '@', # of @ of Flash::Types::ShapeRecord code_table => '@', # of $ ascent => '$', descent => '$', leading => '$', bounds => '@', # of Flash::Types::Rect kerning_pairs => '@' # of Flash::Types::KerningPair ); 1;