FlatUI
An open source project by
FPL.
|
This struct holds all the font vertex data. More...
#include <font_buffer.h>
This struct holds all the font vertex data.
Public Member Functions | |
FontVertex (float x, float y, float z, float u, float v) | |
The constructor for a FontVertex. More... | |
|
inline |
The constructor for a FontVertex.
[in] | x | A float representing the x position of the vertex. |
[in] | y | A float representing the y position of the vertex. |
[in] | z | A float representing the z position of the vertex. |
[in] | u | A float representing the u value in the UV mapping. |
[in] | v | A float representing the v value in the UV mapping. |