TextWrapper - A module to wrap text into lines similar to textlabels

TextWrapper

Github | Model

TextWrapper is module that wraps text into multiple lines in a way identical to textlabels, allowing you to get the lines in the text.
It also can get offset of individual characters in the text, which is helpful for positioning elements such as custom emojis and images in text.

Features

  • Fast and caches previous results to accelerate future runs
  • Supports richtext
  • Can return offsets of characters provided in CharactersToFind array as vectors

Installation

You can install it from the github page or from the model, Links are at the top of the post.

API can be found here

7 Likes