Tesla Graphics Engine Documentation (January 2012)
GetKerning Method (second, first)
TeslaTesla.GraphicsSpriteFontGetKerning(Char, Char)
Get the kerning adjustment for the character pair.
Declaration Syntax
C#
public int GetKerning(
	char second,
	char first
)
Parameters
second (Char)
Second character
first (Char)
First character preceeding
Return Value
Amount to move the second character

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