Answered
Set Kerning/Tracking Increment with a Script
Trying to set the Edit > Preferences > Units & Increments > Kerning /Tracking value with a script.
Is that not part of the object model?
Thanks,
Ken
Trying to set the Edit > Preferences > Units & Increments > Kerning /Tracking value with a script.
Is that not part of the object model?
Thanks,
Ken
Hi @KenWK , They are set in the textPreferences object. For the application it would be
app.textPreferences.kerningKeyIncrement = n
and for the doc it would be
app.activeDocument.textPreferences.kerningKeyIncrement = n;
https://www.indesignjs.de/extendscriptAPI/indesign-latest/#TextPreference.html
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.