TODO
Data Structure
| Property | Data Type | Description |
|---|---|---|
| NumGlyphs | uint32 | TODO |
| Glyphs | Glyph[NumGlyphs] | TODO |
Glyph
| Property | Data Type | Description |
|---|---|---|
| TextureNum | uint32 | TODO |
| BottomLeft | Vector2 | TODO |
| BottomRight | Vector2 | TODO |
| LeftBearing | float | TODO |
| RightBearing | float | TODO |
| Width | float | TODO |
| Advance | float | TODO |
| Code | uint32 | TODO |
Parents
TODO
Children
TODO