Unification of textFrame style
Hi,
I have multiple linked frames, these are the last ones - textFrame82, textFrame92.
I can't find how to set a uniform font with script, the style is carried over from previous frames.
The upper frames are already disconnected, so these lower ones don't affect it anymore.
So this doesn't work, clear style ap, i can't find.
textFrame82.texts[0].properties =
{
appliedFont : fonts ,
justification : Justification.FULLY_JUSTIFIED ,
pointSize : 18 ,
fillColor : doc.colors.itemByName("black") ,
lending : 20
};
Directions?
Thank you
Jirka

