Kerning Struct
Namespace: Stride.Graphics.FontAssembly: Stride.dll
Describes kerning information.
[DataContract]
public struct Kerning
| Name | Description | |
|---|---|---|
| Fields | ||
| First | Unicode for the 1st character. |
|
| Offset | X Offsets in pixels to apply between the 1st and 2nd character. |
|
| Second | Unicode for the 2nd character. |
|
Fields
First
Unicode for the 1st character.
public int First
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Offset
X Offsets in pixels to apply between the 1st and 2nd character.
public float Offset
Field Value
| Type | Description |
|---|---|
| System.Single |
Second
Unicode for the 2nd character.
public int Second
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()