-
Two independent auto resizing boxes based off two lines of text
I need to create a pretty standard sourceRectAtTime auto resizing box under text, but I need it on two lines, independently. As in Line 1 box is a different width to line 2 box.
How can I apply the sourceRectAtTime on a box to only line 1, then a different box to line 2?
Im also playing around withtext.sourceText.split(‘\r’)[0];
with no luck…
TIA