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