Question
adding new line and sapaces in between the text in AI Script
areaText.contents = "This is an Area Text in a rectangle. See how it flows to the next line.";
/*
i want to break the sentance from 'Text' ie i want to add new line in between and also some more spaces can any one plz help
*/
for example
I want to write the above text like this way
this is an Area
Text in a rectangle. See
how it flows to the
next line
