How to use one text layer to control text for other text layers with different formats?
So I have multiple sizes of a video (9x16, 16x9, 1x1, etc) which uses the same text throughout. I know there are going to be revisions on copy so I would like to be able to use one master text layer, set up in essential graphics, that will allow me to control the text for every size. I am trying to reduce having to replace copy for every size, as well as keep the styles and effects exact, by pulling from one place.
I've tried using "getStyleAt(0,0).setText()" which works, but I cannot adjust the text format for each individual size. I would like to be able to change the format (left align or center) and te amout of lines for each size (two lines of text vs three lines of text), but keep the text and styles of the master text layer.

