Options for handling vertical text overflow. Used by Text component's verticalOverflow property.

//@input Component.Text textComponent

script.textComponent.verticalOverflow = VerticalOverflow.Truncate;

Enumeration Members

Enumeration Members

Overflow: number

Text will continue to draw past the end of the vertical boundaries.

Shrink: number

Text will shrink to fit within the vertical boundaries.

Truncate: number

Text will be clipped at the end of the vertical boundaries.