Click or drag to resize

DynamicFontExtraSpacingSpace Property

Extra spacing for the space character (in addition to ExtraSpacingChar) in pixels.

This can be a negative number to make the distance between words smaller.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public int ExtraSpacingSpace { get; set; }

Property Value

Type: Int32
See Also