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

creating shape from text and get the path

New Here ,
Dec 19, 2016 Dec 19, 2016

Copy link to clipboard

Copied

Hi everyone!

I am trying to get an answer for this question.

I am working with ExtendScript, and with After Effect.

I have a script like this one:

var comp = app.project.items.addComp('test', 1920, 1080, 1, 30, 25);

var layer = comp.layers.addText('C');

What I am trying to do is to create shape from text by code in extendscript and then to get the path of the shape to array

that will contain the points of the path also in code.

I am sorry but i am beginner.

is there an easy way to do that?

Views

272

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
LEGEND ,
Dec 20, 2016 Dec 20, 2016

Copy link to clipboard

Copied

You'd run the Text to Outlines command and then use the mask and shape layer methods to manipulate the data.

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
Adobe Employee ,
Jan 23, 2017 Jan 23, 2017

Copy link to clipboard

Copied

LATEST

Hi LiorS,

Did you solve your problem yet? If so, how did you do that?

Thanks,
Kevin

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