[JS] Kindly Check code
Hi,
I want change find all "Zapf Dingbats" character then all fonts outline
my code below:
var aa = app.findTextPreferences = app.changeTextPreferences = null;
app.findTextPreferences.appliedFont = "Zapf Dingbats"
app.findTextPreferences.fontStyle = "Regular"
app.findTextPreferences.pointSize = 9;
aa = app.selection[0].createOutlines(true);
thanks for advance: