fluid.text

Undocumented in source.

Public Imports

fluid.rope
public import fluid.rope;
Undocumented in source.

Members

Functions

mapText
Text!(T, StyleRange) mapText(T node, char[] text, StyleRange range)

Create a Text struct with given range as a text layer map.

Structs

CompositeTexture
struct CompositeTexture

A composite texture splits a larger area onto smaller chunks, making rendering large pieces of text more efficient.

Text
struct Text(T : Node, StyleRange = TextStyleSlice[])

Draws text: handles updates, formatting and styling.

TextStyleSlice
struct TextStyleSlice
Undocumented in source.

Meta