This content has been marked as final.
Show 4 replies
-
1. Re: Very small kerning script....
Trevorׅ Aug 9, 2012 6:57 AM (in response to Maria964)Why does a) have a + sign and b) have some form of - sign?
-
2. Re: Very small kerning script....
Maria964 Aug 9, 2012 7:29 AM (in response to Trevorׅ)Hi, Trevor.
Thank you for your help. It was my mistake: the text in a and in b is equal. The script will apply only formating and kerning.
(The book I am working is a Chemical book and the script is going to help me format a lot of chemical formulas).
Maria
-
3. Re: Very small kerning script....
Trevorׅ Aug 9, 2012 12:45 PM (in response to Maria964)app.selection[0].words[0].insertionPoints[-2].kerningValue = -550; app.selection[0].words[0].insertionPoints[-3].kerningValue = 50; app.selection[0].words[0].characters[-1].appliedCharacterStyle = "My Style"; // Change to style name app.selection[0].words[0].characters[-2].position = Position.SUBSCRIPT;
This link http://forums.adobe.com/message/4567293#4567293 might be of interest.
Trevor
-
4. Re: Very small kerning script....
Maria964 Aug 9, 2012 2:17 PM (in response to Trevorׅ)Hi, Trevor.
Thank you very much for your script. It works very well and is going to be a great time saver.
Best regards,
Maria



