Tesla Graphics Engine Documentation (January 2012)
AddKerning Method (second, first, amount)
TeslaTesla.GraphicsSpriteFontAddKerning(Char, Char, Int32)
Adds a kerning pair to the sprite font. Kerning is the process of adjusting a character's horizontal space with the preceeding character.
Declaration Syntax
C#
public void AddKerning(
	char second,
	char first,
	int amount
)
Parameters
second (Char)
Second character
first (Char)
First character preceeding
amount (Int32)
Amount to move the second character

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)