Make Text Layer - text wrap not working

Steps causing the bug to occur

  1. Fetch data (text file with long sentences or paragraphs, delimit strings with ;)
  2. Split text data
  3. Make Text Layer
  4. Render Layers to Window
  5. Run

Have you found a workaround?

No

Other notes

  • Vuo version: 1.2.5
  • macOS version: macOS 10.12
  • How severely does this bug affect you? It prevents me from completing a specific task with Vuo.

Text wrap, scale, margin and padding should be included in Make Text Layer

Screen Shot 2017-02-08 at 22.02.52.png

Screen Shot 2017-02-08 at 22.24.16.png

Screen Shot 2017-02-08 at 22.24.01.png

@2bitpunk, sorry to hear that the lack of text wrapping is standing in your way. Sometimes it’s hard to classify a missing feature as a bug vs. a feature request, but since this one already has a feature request with votes, let’s stick with that. I’ve marked this bug report as merged into the feature request.

A possible workaround, if you mainly need the text to fit in the window and you can tolerate varying line widths, would be to further chop up the output of Split Text using theCut Text node to limit the number of characters per line.