Enum TextServer.SpacingType
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum TextServer.SpacingType : long
Fields
Bottom = 3
Spacing at the bottom of the line.
Glyph = 0
Spacing for each glyph.
Max = 4
Represents the size of the TextServer.SpacingType enum.
Space = 1
Spacing for the space character.
Top = 2
Spacing at the top of the line.