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);
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);