Skip to main content
marcZ89
Inspiring
August 28, 2017
Answered

Find overlapping text in text frame

  • August 28, 2017
  • 1 reply
  • 347 views

I would like to count the number of characters of the frame, which will include overset, and compare it with the count for all the lines in the frame, which will exclude overset.

I know how to get the first one:   

     set number_of_chars to count my_text

But I don't know how to get the second one

This topic has been closed for replies.
Correct answer marcZ89

Found what I was needing:

     set testLength to length of lines of text frame 1 of document

1 reply

marcZ89
marcZ89AuthorCorrect answer
Inspiring
August 28, 2017

Found what I was needing:

     set testLength to length of lines of text frame 1 of document