Cobbletext
0.2.0
Complex text layout and rendering engine
|
Representation of a rendered glyph for an #CobbletextEngine
.
More...
#include <tile_info.h>
Public Attributes | |
CobbletextGlyphID | glyph_id |
The glyph ID represented. More... | |
uint32_t | atlas_x |
Horizontal offset within a texture atlas. More... | |
uint32_t | atlas_y |
Vertical offset within a texture atlas. More... | |
Representation of a rendered glyph for an #CobbletextEngine
.
uint32_t CobbletextTileInfo::atlas_x |
Horizontal offset within a texture atlas.
uint32_t CobbletextTileInfo::atlas_y |
Vertical offset within a texture atlas.
CobbletextGlyphID CobbletextTileInfo::glyph_id |
The glyph ID represented.