public TextLabel(TextLabel prototype): base(prototype)
		{
			mSize = prototype.Size;
			mStringFormat = prototype.StringFormat;
		}