Text+
DevForum Topic
  • Welcome
  • Installation
  • Fundamentals
    • Introduction
    • Line breaks
    • Customization
      • Fonts
      • Scale-size
      • Truncation
    • Modification
    • Text bounds
  • Fine-control
    • Introduction
    • Full iteration
  • Specific indexing and iteration
  • Transform and style
  • Custom fonts
    • Introduction
    • Font to XML
    • XML to Lua
    • Upload font image
    • Import to Text+
Powered by GitBook
On this page
  1. Fine-control

Introduction

PreviousText boundsNextFull iteration

Last updated 5 days ago

The sorting options in the customization are crucial to fine-control. Using word and line sorting, you can not only modify individual characters, but whole words and lines.

Use the sorting customization options like this:

TextPlus.Create(
	"This text is awesome!",
	frame,
	{
		LineSorting = true,
		WordSorting = true
	}
)

By default, line and word sorting will both be off, meaning your frame will contain pure characters.

All instances are named numerically, relative to its parent.

Both lines and words will be sorted using folders: (Full sorting on)