DynamicFontSpacingType Enumeration |
[Missing <summary> documentation for "T:Godot.DynamicFont.SpacingType"]
Namespace: Godot
public enum SpacingType
| Member name | Value | Description | |
|---|---|---|---|
| Top | 0 | Spacing at the top. | |
| Bottom | 1 | Spacing at the bottom. | |
| Char | 2 | Spacing for each character. | |
| Space | 3 | Spacing for the space character. |