public TextBuilder(int code)
		{
			tag = new DefineText(code);
			fontBuilders = new System.Collections.ArrayList();
		}
 public TextBuilder(int code)
 {
     tag          = new DefineText(code);
     fontBuilders = new System.Collections.ArrayList();
 }