I want to show text in layout without using any other components?

I want to show text in layout without using any other components(Eg: label) can it possible in kodular

Right now its impossible.

Why do you want to do that? In every programming language you have to use of declare a button, label, image, etc to do something.

Are you thinking about something like a print statement text based programming languages?

Actually I want to make a scratch system.
I used horizontal layout and Canvas to make a scratch system so I Insert Canvas into the horizontal layout.
So when user scratch Canvas the horizontal layout show some text(point) in background.
Usually people load picture in the background but I want to load text(point)

Is it because you wanna make scratching universal? (Instead of creating many template images.)
If the Canvas background colour can be transparent (probably not), maybe overlapping it on text works.