Exemple #1
0
		public Text(Unit size, string contents)
		{
			Style = new TextStyle();
			this.Style.Size = size;
			this.Contents = contents;
		}
Exemple #2
0
 public Text(Unit size, string contents)
 {
     Style           = new TextStyle();
     this.Style.Size = size;
     this.Contents   = contents;
 }