Struct Kerning
Describes kerning information.
[DataContract]
public struct Kerning
  - Inherited Members
 
Fields
First
Unicode for the 1st character.
public int First
  Field Value
Offset
X Offsets in pixels to apply between the 1st and 2nd character.
public float Offset
  Field Value
Second
Unicode for the 2nd character.
public int Second