-
Way to set the source text and style all in one line?
Simplified here to showcase what I’m after. But essentially, only the bottom line fires, ignoring the top. Any way to make both fire would be greatly appreciated 🙏!!!
style.setFontSize(180);
text.sourceText = "yo";(**the end product will be more complex, pulling style from one layer and source text from another)