Click or drag to resize

BitmapFontGetKerningPair Method

Returns a kerning pair as a difference.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public int GetKerningPair(
	int charA,
	int charB
)

Parameters

charA
Type: SystemInt32

[Missing <param name="charA"/> documentation for "M:Godot.BitmapFont.GetKerningPair(System.Int32,System.Int32)"]

charB
Type: SystemInt32

[Missing <param name="charB"/> documentation for "M:Godot.BitmapFont.GetKerningPair(System.Int32,System.Int32)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.BitmapFont.GetKerningPair(System.Int32,System.Int32)"]

See Also