Quantcast
Viewing all articles
Browse latest Browse all 85594

Re: How to change font via ExtendScript

No, it can't be written that other way.

 

var textProp = app.project.activeItem.layer(1).property("Source Text");

var textDocument = textProp.value;

textDocument.font = "TimesNewRomanPSMT";

textProp.setValue(textDocument);


Viewing all articles
Browse latest Browse all 85594

Trending Articles