|
Brenta Engine 1.0
|
#include <text.hpp>
Data Fields | |
| unsigned int | TextureID |
| glm::ivec2 | Size |
| glm::ivec2 | Bearing |
| unsigned int | Advance |
Character struct.
This struct is used to store the information of a character that is used to render text on the screen. The struct contains the texture ID, the size of the glyph, the bearing, and the advance of the glyph.