Font glyph position structure.
More...
#include <font.h>
|
int | sheetIndex |
| Texture sheet index to use to render the glyph.
|
|
float | xOffset |
| Horizontal offset to draw the glyph width.
|
|
float | xAdvance |
| Horizontal distance to advance after drawing the glyph.
|
|
float | width |
| Glyph width.
|
|
struct { | |
|
float left | |
|
float top | |
|
float right | |
|
float bottom | |
|
} | texcoord | |
| Texture coordinates to use to render the glyph.
|
|
struct { | |
|
float left | |
|
float top | |
|
float right | |
|
float bottom | |
|
} | vtxcoord | |
| Vertex coordinates to use to render the glyph.
|
|
Font glyph position structure.
The documentation for this struct was generated from the following file: