Question
How control multiple words via expression?
Hello,
i am trying to write a string via expression.
Like:
let a = "Word1";
let b = "Word2";
a + " " + b;
But i would like to control each word in size with setFontSize.
How to do that?
Thanks for reading this and your help!
