Skip to main content
Inspiring
July 19, 2022
Answered

Illustrator Script Can I Apply Middle Eastern Composer

  • July 19, 2022
  • 1 reply
  • 293 views

Hi,

 

I am attempting to programatically apply the Middle Eastern Composer to some text but I can't seem to find anyway to do this.

Is it possible to apply a composer in a script?

 

Thanks for your time.

This topic has been closed for replies.
Correct answer Bernie5CFE

Found a solution:

app.documents[0].groupItems[i].textFrames[textIndex].paragraphs[paraIndex].paragraphAttributes.composerEngine = ComposerEngineType.optycaComposer //optycaComposer

1 reply

Bernie5CFEAuthorCorrect answer
Inspiring
July 20, 2022

Found a solution:

app.documents[0].groupItems[i].textFrames[textIndex].paragraphs[paraIndex].paragraphAttributes.composerEngine = ComposerEngineType.optycaComposer //optycaComposer