A FontChar kerning information as well as linked list of kernings. See FontChar.kerning.
FontChar
FontChar.kerning
new(c:Int, o:Float)
Create a new kerning instance.
Parameters:
c
The preceding character.
o
The kerning offset.
next:Null<Kerning>
The next kerning reference.
offset:Float
A kerning offset between the character pair in pixels.
prevChar:Int
A character that should precede current character in order to apply this kerning.