Table of Contents

Enum TextServer.OverrunBehavior

Namespace
Godot
Assembly
GodotSharp.dll
public enum TextServer.OverrunBehavior : long

Fields

NoTrimming = 0

No text trimming is performed.

TrimChar = 1

Trims the text per character.

TrimEllipsis = 3

Trims the text per character and adds an ellipsis to indicate that parts are hidden.

TrimWord = 2

Trims the text per word.

TrimWordEllipsis = 4

Trims the text per word and adds an ellipsis to indicate that parts are hidden.