This sounds like a very basic question - but I don't know how to do it!
I want to use a label many many times.
Every time I use it it will have the same charactersitics (color, size, text size etc) but for each copy I will want to add different text.
How do I do this without having to recreate all the properties every time? Somehow set the defaults to be the ones I want? I would like to initialize it just once, and then reuse it ...
I want to use a label many many times.
Every time I use it it will have the same charactersitics (color, size, text size etc) but for each copy I will want to add different text.
How do I do this without having to recreate all the properties every time? Somehow set the defaults to be the ones I want? I would like to initialize it just once, and then reuse it ...