Click or drag to resize

DynamicFontSpacingType Enumeration

[Missing <summary> documentation for "T:Godot.DynamicFont.SpacingType"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum SpacingType
Members
  Member nameValueDescription
Top0

Spacing at the top.

Bottom1

Spacing at the bottom.

Char2

Spacing for each character.

Space3

Spacing for the space character.

See Also