I want to create a new character style with the following properties; but the result looks like only the name is being accepted, the rest are being ignored.
Please advise! Thanks.
tell application " InDesign CS"
activate
tell document 1
make character style at end with properties {name:"Text", font:"Times", size:"10pt", color:"Red"}
end tell
end tell