Skip to main content
Known Participant
June 25, 2022
Answered

How to create PathText

  • June 25, 2022
  • 1 reply
  • 190 views

How to create PathText for rectangle and ellipse using startBracket and endBracket property.

This topic has been closed for replies.
Correct answer brian_p_dts
myShape.textPaths.add({startBracket: 1, endBracket: 100});

1 reply

brian_p_dts
Community Expert
brian_p_dtsCommunity ExpertCorrect answer
Community Expert
June 25, 2022
myShape.textPaths.add({startBracket: 1, endBracket: 100});