fluid.text

Undocumented in source.

Public Imports

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

Members

Aliases

Text
alias Text = StyledText!()
Undocumented in source.

Functions

mapText
StyledText!StyleRange mapText(Node 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.

StyledText
struct StyledText(StyleRange = TextStyleSlice[])

Draws text: handles updates, formatting and styling.

TextStyleSlice
struct TextStyleSlice
Undocumented in source.

Meta