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

Resize Text Box in Motion Graphics Template

New Here ,
Aug 15, 2018 Aug 15, 2018

Copy link to clipboard

Copied

Hey all,

I'm working with some text callouts, built in after effects and imported into premiere as motion graphics templates. They are shape layers and a text layer. Using sourceRectAtTime I have the shape layer box adjust automatically to the text, but the width of the box never changes. Sometimes this creates an "orphaned" word on the last line.

Is it possible to code so that I can adjust the text box size in premiere so that the text flows more naturally for each graphic? Thanks!Screen Shot 2018-08-15 at 5.24.46 PM.png

Views

1.4K

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

LEGEND , Aug 16, 2018 Aug 16, 2018

Simply use line text and manually wrap the lines. You cannot mess with paragraph text using expressions.

Mylenium

Votes

Translate

Translate
LEGEND ,
Aug 16, 2018 Aug 16, 2018

Copy link to clipboard

Copied

Simply use line text and manually wrap the lines. You cannot mess with paragraph text using expressions.

Mylenium

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
Community Beginner ,
Aug 25, 2022 Aug 25, 2022

Copy link to clipboard

Copied

Hi @Mylenium However, accessing the text box via expression would be extremely helpful. We build templates with variable text boxes. If the box is made smaller, the text should wrap differently. Up to now, this has only been possible by scaling the box smaller and offsetting the font size for the text. It creates complicated solutions. Direct access to the bounding box of the text would be much simpler! Look this Post too:

https://adobe-video.uservoice.com/forums/911311-after-effects/suggestions/42422542-expose-paragraph-...
Best regards, Philippe

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
Community Expert ,
Aug 25, 2022 Aug 25, 2022

Copy link to clipboard

Copied

You cannot access the Text Area dimensions with sourceRectAtTime(), but you can scale or size the font to fit the shape layer box. I don't know how to achieve automated widow and orphan control, but you could add a slider that changed the global kerning or scaled the font so the Premiere Pro UI could control the text size/leading and kerning to prevent orphans. 

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
Community Beginner ,
Sep 01, 2022 Sep 01, 2022

Copy link to clipboard

Copied

LATEST

Thank you very much for your answer! It was a bit misleading that we have a problem with widows and orphans. But the problem is this:
We need access to the bounding box of paragraph text by expression. If this were possible, we could flexibly change the width and height of paragraph texts directly. Furthermore, a precise setting of the size of the text box would be possible (currently, the box can only be set manually).
Currently we can only change the width of a paragraph text by scaling. But this also changes the size of the font. As a workaround we adjust the font size again: e.g. var txtFontSize = 100 * (100/transform.scale[0]);
All these workarounds cause complicated solutions.BoundingBox.JPG

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
Engaged ,
Aug 17, 2018 Aug 17, 2018

Copy link to clipboard

Copied

what Mylenium said. there's no access to the box text dimensions via expressions, just do it the old fashioned way and manually break the lines.

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