Answered
two different text layers in one auto-scaling textbox?
Is it possible to have two different texts (Title in color and font A and subtext in color and font B)
in one auto-scaling box?
How do I add the 't' (Main text layer) in this script?
s=thisComp.layer("Main title");
t=thisComp.layer("Main text");
w=s.sourceRectAtTime().width;
h=s.sourceRectAtTime().height;
[w,h]
