package Flash::Tags::DefineFontInfo; use Class::Struct; struct ( fontid => '$', name => '$', flags => '$', code_table => '@' # of $ ); 1;