Table of Contents

Struct Kerning

Namespace
Stride.Graphics.Font
Assembly
Stride.dll

Describes kerning information.

[DataContract]
public struct Kerning
Inherited Members
Extension Methods

Fields

First

Unicode for the 1st character.

public int First

Field Value

int

Offset

X Offsets in pixels to apply between the 1st and 2nd character.

public float Offset

Field Value

float

Second

Unicode for the 2nd character.

public int Second

Field Value

int