|
Pico Headers
|
UV coordinates and metrics for a cached glyph. More...
#include <pico_font.h>
Public Attributes | |
| uint32_t | codepoint |
| float | size |
| int | glyph_index |
| int | page_x |
| int | page_y |
| int | page_w |
| int | page_h |
| size_t | page |
| int | offset_x |
| int | offset_y |
| float | advance_x |
| float | u0 |
| float | v0 |
| float | u1 |
| float | v1 |
UV coordinates and metrics for a cached glyph.
| uint32_t pf_glyph_t::codepoint |
| float pf_glyph_t::size |
| int pf_glyph_t::glyph_index |
| int pf_glyph_t::page_x |
| int pf_glyph_t::page_y |
| int pf_glyph_t::page_w |
| int pf_glyph_t::page_h |
| size_t pf_glyph_t::page |
| int pf_glyph_t::offset_x |
| int pf_glyph_t::offset_y |
| float pf_glyph_t::advance_x |
| float pf_glyph_t::u0 |
| float pf_glyph_t::v0 |
| float pf_glyph_t::u1 |
| float pf_glyph_t::v1 |