Click or drag to resize

DynamicFontSetSpacing Method

Note: This API is now obsolete.

Sets the spacing for type (see DynamicFontSpacingType) to value in pixels (not relative to the font size).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetSpacing is deprecated. Use the ExtraSpacingSpace property instead.")]
public void SetSpacing(
	int type,
	int value
)

Parameters

type
Type: SystemInt32

[Missing <param name="type"/> documentation for "M:Godot.DynamicFont.SetSpacing(System.Int32,System.Int32)"]

value
Type: SystemInt32

[Missing <param name="value"/> documentation for "M:Godot.DynamicFont.SetSpacing(System.Int32,System.Int32)"]

See Also