Font file reference
Types
| Name | Description | Type |
|---|---|---|
| GlyphData | It stores all glyph data in relation to the created atlas texture file. | struct |
| SubFont | Inaccessable class whose objects are used in 'main' Font class. Directly represents a font with a specific size. Responsible for creating texture atlas. | class |
| Font | The font management class. Allows to load several font sizes at the same time. | class |