This content has been marked as final.
Show 2 replies
-
1. Re: Text - multiple spacebar spaces only seen as one space. Increase spacing at many places on line?
Departure Jun 30, 2014 12:43 AM (in response to Zwaeback75)Assume your Text is called "Text" on the stage, then you can use .html() to edit the text and use   to insert space between letters.
sym.$("Text").html("H"+" "+" "+" "+"ELLO")
The result is: H ELLO
find more about Text editing here
-
2. Re: Text - multiple spacebar spaces only seen as one space. Increase spacing at many places on line?
Zwaeback75 Jun 30, 2014 9:14 AM (in response to Departure)Thanks Departure.
That method definitely works.
I'll use it until Edge has the capability of creating the extra spaces within the interface. I have a lot of text to add spaces to. Alternatively, I might just copy text svgs over from Illustrator.
Thanks again.

