How to set the strong property of text?

Anyone, especially newbies, asking for help with Photoshop Scripting and Photoshop Automation - as opposed to those contributing to discussion about an aspect of Photoshop Scripting

Moderators: Tom, Kukurykus

oceanwind

How to set the strong property of text?

Post by oceanwind »

I don't know How to set the strong property of text just like you right-click the text you edited then select the strong item in the popup menu.
I tried to listen two textitems with the same contents but different coordinates, But there is only the variable name different in the script the Scriptlistener gave to me ,the others are the same ? I'm confused I can't find the codes for the different coordinates.

Professional AI Audio Generation within Adobe Premiere Pro - Download Free Plugin here

oceanwind

How to set the strong property of text?

Post by oceanwind »

Found:
cpr_fullname_layer.textItem.antiAliasMethod = AntiAlias.STRONG
tks anyway