Properties:
| Name | Type | Description | 
|---|---|---|
| id | number | Unique id of character | 
| kerning | Record<string, number> | The kerning values for this character. | 
| texture | Texture | The texture of the character. | 
| xAdvance | number | Advancement to apply to next character. | 
| xOffset | number | x-offset to apply when rendering character | 
| yOffset | number | y-offset to apply when rendering character. | 
Members
Unique id of character
The kerning values for this character.
texture Texture
The texture of the character.
Advancement to apply to next character.
x-offset to apply when rendering character
y-offset to apply when rendering character.