//-------------------------------------------------------------------------- // // Visitor Methods // //-------------------------------------------------------------------------- public override void visit(TagHandler handler) { if (code == Flash.Swf.TagValues.stagDefineFont4) handler.defineFont4(this); }