Kern the word spaces through scripting?
dear all,
is possible kern word spaces in given paragraph through indesign scripting?
best regards,
g. rajesh ganesh
hey!
try this:
for(var = 0; < app.selection[0].words.length - 1; i++) app.selection[0].words[i].characters[-1].kerningvalue = 500;
--
tomaxxi
More discussions in InDesign Scripting
adobe
Comments
Post a Comment