Closed Huyston closed 2 years ago
for c in .text: print(c) print(lineBuffer) if measureText(.font, lineBuffer+c, .fontSize) > .width: .lines += lineBuffer lineBuffer = c # THIS DOESN'T WORK else: lineBuffer += c
This works now. Reopen if it breaks