struct EE::Graphics::FontTrueType::Row¶
Overview¶
#include <fonttruetype.hpp> struct Row { // fields unsigned int width; unsigned int top; unsigned int height; // construction Row(unsigned int rowTop, unsigned int rowHeight); };
Detailed Documentation¶
Fields¶
unsigned int width
Current width of the row.
unsigned int top
Y position of the row into the texture.
unsigned int height
Height of the row.