libctru
v2.4.1
|
Font glyph position structure. More...
#include <font.h>
Data Fields | |
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.