$darkmode
Metrics and texture coordinates for a single font character. More...
#include <ui.h>
Data Fields | |
| float | x0 |
| float | y0 |
| float | x1 |
| float | y1 |
| float | w |
| float | h |
| float | x_off |
| float | y_off |
| float | advance |
Metrics and texture coordinates for a single font character.
| float GlyphInfo::advance |
Horizontal spacing to the next char.
| float GlyphInfo::h |
Size in pixels.
| float GlyphInfo::w |
| float GlyphInfo::x0 |
| float GlyphInfo::x1 |
| float GlyphInfo::x_off |
| float GlyphInfo::y0 |
| float GlyphInfo::y1 |
Normalized texture coordinates.
| float GlyphInfo::y_off |
Rendering offsets.