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