-
Property or method named ‘style’ in Class’TextProperty’ is missing or …
Hi,
I try to apply text style to a text layer with this expression:
text.sourceText.style.setFontSize(100).setText("My text");It should work well, but this message pops up.
“Property or method named ‘style’ in Class’TextProperty’ is missing or does not exist”
Have you got any idea how I can fix it?