• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

How iterate character bounds from TextFrame

Community Beginner ,
Jun 26, 2020 Jun 26, 2020

Copy link to clipboard

Copied

Friends,  

     We need to get each character bounds from Single TextFrame.

For Example:

      Happy ->TextFrame;

   We Wants,

   ArtBounds of H

   ArtBounds of A

  ArtBounds of P

 ArtBounds of Y, 

If any one knows , please teach me how to proceed.

 

Regards,

Jayashree.

 

 

    

TOPICS
SDK

Views

239

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jun 26, 2020 Jun 26, 2020

Hi, I am not 100% sure whether it will work in your case. But give it a try.

 

1. Select Textframe

2. Expand (From menu Object -> Expand...)

3. Expand command will convert textframe into group. Then get bounds of each item inside the Group.

 

May be we have different alternative to do this. I have just tried with simple textframe.

 

 

Votes

Translate

Translate
Adobe
Community Expert ,
Jun 26, 2020 Jun 26, 2020

Copy link to clipboard

Copied

LATEST

Hi, I am not 100% sure whether it will work in your case. But give it a try.

 

1. Select Textframe

2. Expand (From menu Object -> Expand...)

3. Expand command will convert textframe into group. Then get bounds of each item inside the Group.

 

May be we have different alternative to do this. I have just tried with simple textframe.

 

 

Best regards

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines