-
Scripting – Text layer properties
IS there a way to change the color, size, bold, italics, etc of a text layer when you add it through scripting?
I have this to add the layer but need to be able to change the properties of it as well.
var theTime = myComp.layers.addText("10:00");
theTime.name = "Score Clock";
theTime.position.setValue([1554,124]);Thanks Nick