Beispiel #1
0
 public TextSettings(XElement element)
 {
     Text  = TextManager.GetFormatted(element.GetAttributeString("text", string.Empty), true);
     Width = element.GetAttributeInt("width", 450);
 }