07. Txt (Text)
Txt class
This class draw a text on screen.
There's 3 overload of the constructors
Txt label1 = new Txt(manager);
manager.ObjectLayer.Add(box1);
Txt label1 = new Txt(text, p, manager);
manager.ObjectLayer.Add(box1);
text is the text to draw
p is the position of the text on screen.
Manager manager = new Manager(this, "CORE_ENGINE");
manager.Background = Color.Blue;
Txt label1 = new Txt("Hello World", new Point(10, 20), "helloWorldStr", Manager.TypeGfx.Object, true, new Font("Verdana", 39, FontStyle.Bold), Brushes.Chocolate, manager);
manager.ObjectLayer.Add(label1);
Want me to dev an app for you ? dont hesitate to contact me.
Are you looking for a coder/teammate for your project ? Let's give it a try.
Have a proposal for me ? we can discuss about it.
You want to buy me a coffe ? m.elharfi@gmail.com