Exemplo n.º 1
0
 public override void  visit(Flash.Swf.TagHandler h)
 {
     if (code == Flash.Swf.TagValues.stagDefineFontInfo)
     {
         h.defineFontInfo(this);
     }
     else
     {
         h.defineFontInfo2(this);
     }
 }