2021-09-08 08:41 AM
I have a project that requires advanced text placement that comes from the backend. In other words, they aren't predefined texts and need control of font, alignment and text direction. I am using the wildcards to separate the text from placement but is there a way to go further?
So far all I could come up with is defining multiple predefined TypedText items and switching accordingly. If I have multiple font sizes there would be many of these. I'm not happy with it.
i.e.
TT1 {Font 1, Center, LtoR}
TT2 {Font 1, Left, LtoR}
TT3 {Font 1, Right, LtoR}
TT4 {Font 2, Center, LtoR}
TT5 {Font 2, Left, LtoR}
TT6 {Font 2, Right, LtoR}
etc.
Maybe there is a misunderstanding on my part. Is it possible to create a TypedText item dynamically?