Enum TextServer.OverrunBehavior
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum TextServer.OverrunBehavior : long
Fields
NoTrimming = 0No text trimming is performed.
TrimChar = 1Trims the text per character.
TrimEllipsis = 3Trims the text per character and adds an ellipsis to indicate that parts are hidden.
TrimWord = 2Trims the text per word.
TrimWordEllipsis = 4Trims the text per word and adds an ellipsis to indicate that parts are hidden.