Declaration
delegate void RT.Util.CuteML.CuteRender<TState>(
TState state,
string text,
int width
)
Summary
Provides a delegate for
CuteML.WordWrap<TState>(CuteNode, TState, int, CuteML.CuteMeasure<TState>, CuteML.CuteRender<TState>, CuteML.CuteNextLine<TState>, CuteML.CuteNextState<TState>) which renders a piece of text.
Parameters
TState | state |
The state (font, color, etc.) the string is in. |
string | text |
The string to render. |
int | width |
The measured width of the string. |
Generic type parameters
TState |
The type of the text state, e.g. font or color. |