|
|
Hasty Badger
Small UI library (a branch of Turbo Badger)
|
TBFontGlyphData is rendering info used during glyph rendering by TBFontRenderer. More...
#include <tb_font_renderer.h>
Public Attributes | |
| uint8_t * | data8 |
| uint32_t * | data32 |
| int | w |
| int | h |
| int | stride |
| bool | rgb |
TBFontGlyphData is rendering info used during glyph rendering by TBFontRenderer.
It does not own the data pointers.