Class KerningEntry
BMFont kerning entry — adjustment between a pair of characters.
public sealed record KerningEntry : IEquatable<KerningEntry>
- Inheritance
-
KerningEntry
- Implements
- Inherited Members
Constructors
KerningEntry(int, int, int)
BMFont kerning entry — adjustment between a pair of characters.
public KerningEntry(int First, int Second, int Amount)
Parameters
Properties
Amount
public int Amount { get; init; }
Property Value
First
public int First { get; init; }
Property Value
Second
public int Second { get; init; }