Click or drag to resize

DynamicFontGetSpacing Method

Note: This API is now obsolete.

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

Parameters

type
Type: SystemInt32

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

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.DynamicFont.GetSpacing(System.Int32)"]

See Also