Editing and aplying text properties on expressions
Hi, I'm very thrilled about the expression's new features regarding font styles etc.
I just faced a problem. I'm trying to mix font properties in just one layer but it doesn't work.
Maybe there's a workaround.
I guess this image explains it all.
Code:
x = thisComp.layer("FONT_1").text.sourceText.style;
x2 = thisComp.layer("FONT_2").text.sourceText.style;
v = thisComp.layer("original_text").text.sourceText;
x2.setText(v)+x.setText(v)

