Example #1
0
 public TextSpp([NotNull] Entity ent, TextSppType textSppType, string text, double height) : base(ent)
 {
     TextType = textSppType;
     Text     = textSppType == TextSppType.Kitchen ? "Кухня" : text;
     Height   = height;
     Center   = Ext.Center();
 }