Click or drag to resize

BitmapFontAddKerningPair Method

Adds a kerning pair to the BitmapFont as a difference. Kerning pairs are special cases where a typeface advance is determined by the next character.

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

Parameters

charA
Type: SystemInt32

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

charB
Type: SystemInt32

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

kerning
Type: SystemInt32

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

See Also