Question
[JS] Formating Text Overflow
Hello everyone,
Scenario: I have a word that needs content change AND kerning. This word is visible but it may be repeated in the Text Overflow portion of the frame. I am using "myWRDs = myTF.parentStory.search(....)" to change all occurences of the word. So by using a loop, I can access each words and "myWRDs[cpt].insertionPoints[1].kerningValue += 10". But the ones hidden in the Text Overflow, give an error.
Goal: How can I do the kerning change w/o resizing the frame?
Scenario: I have a word that needs content change AND kerning. This word is visible but it may be repeated in the Text Overflow portion of the frame. I am using "myWRDs = myTF.parentStory.search(....)" to change all occurences of the word. So by using a loop, I can access each words and "myWRDs[cpt].insertionPoints[1].kerningValue += 10". But the ones hidden in the Text Overflow, give an error.
Goal: How can I do the kerning change w/o resizing the frame?