Table of Contents

Class KerningEntry

Namespace
KernSmith.Output.Model
Assembly
KernSmith.dll

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

First int
Second int
Amount int

Properties

Amount

public int Amount { get; init; }

Property Value

int

First

public int First { get; init; }

Property Value

int

Second

public int Second { get; init; }

Property Value

int