Skip to content
Mcrevs edited this page Jan 18, 2024 · 2 revisions

Introduction

Welcome to the text-formatter wiki!

This wiki should act as a quick reference guide for all the functions within the tf library.

Types

tf uses two pseudo-types, coloured string and list of coloured strings. A coloured string is similar to a normal string but it stores information about what colour each character should be. A list of coloured strings is used to store multiple separate lines of a coloured string, this is just a list of coloured strings.

Clone this wiki locally