Reply To: Ranged left text not lining up

Home Page / Forums / General InDesign Topics (CLOSED) / Ranged left text not lining up / Reply To: Ranged left text not lining up

#14396387
Peter Kahrel
Member

To translate a distance (in points) to a kerning value, you multiply that distance by (1000 / point size). So to add 6 points between two characters, you do

app.selection[0].kerningValue = 6 * (1000 / app.selection[0].pointSize);

I used that in the compose script (https://creativepro.com/files/kahrel/indesign/compose.html).

This article was last modified on October 5, 2023

Comments (0)

Loading comments...