Sg2.9
a not so bugged version....
Recent RSS
a not so bugged version....
From:  doeke
Date:  18. October 2009, 23:49

is there a combination of a scripthographer plugin with a cs# that does work good? Like is support for cs3 better, cause atm it's total fail.

even this gives different sizes everytime i run the script:

var text = new PointText(new Point(50, 100));
text.content = 'The contents of the point text';
text.characterStyle.tracking = 100;

var xWords = text.range.words.length;
var xCharacters = text.range.characters.length;

print("xWords: "+xWords);
print("xCharacters"+xCharacters);

for (var i=0; i<xCharacters; i++){
print("text.range.characters[i].content: "+text.range.characters[i].content);
text.range.characters[i].characterStyle.fontSize = 10;
}

Scripts
08.08.14, 15:24
15.05.14, 14:23
02.03.14, 19:16
18.11.13, 14:48
22.03.13, 03:05
22.02.13, 15:45
Posts
10.01.17, 16:37
19.02.16, 06:03
19.02.16, 06:00
17.01.16, 11:00
12.01.16, 13:10
25.11.15, 08:19
Script of the Moment
Shattered 18.03.11