Exemplo n.º 1
0
		public TextLabel(TextLabel prototype): base(prototype)
		{
			mSize = prototype.Size;
			mStringFormat = prototype.StringFormat;
		}