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
public void AddKerningPair( int charA, int charB, int kerning )
[Missing <param name="charA"/> documentation for "M:Godot.BitmapFont.AddKerningPair(System.Int32,System.Int32,System.Int32)"]
[Missing <param name="charB"/> documentation for "M:Godot.BitmapFont.AddKerningPair(System.Int32,System.Int32,System.Int32)"]
[Missing <param name="kerning"/> documentation for "M:Godot.BitmapFont.AddKerningPair(System.Int32,System.Int32,System.Int32)"]