ExperimentalTextComponent2.RenderResult

Undocumented in source.
class ExperimentalTextComponent2
static
interface RenderResult {}

Members

Functions

popFront
void popFront()

This is responsible for using what space is left (your object is responsible for keeping its own state after getting it updated from repositionForNextLine) and not going over if at all possible. If you can word wrap, you should when space is out. Otherwise, you can keep going if it means overflow hidden or scroll.

Meta