Answered
Script to set text type to bold italic.
Is it possible to set text type to bold italic via script? I have the following code that works:
app.activeDocument.activeLayer.textItem.font = "Arial";What would I need to add to make it bold italic?
Thanks.
