Holds the position, tex. coordinates and color of a character. More...
#include <gui_text.hpp>
Public Attributes | |
float | fX1 |
float | fY1 |
float | fX2 |
float | fY2 |
float | fU1 |
float | fV1 |
float | fU2 |
float | fV2 |
color | mColor |
bool | bNoRender |
Holds the position, tex. coordinates and color of a character.
Definition at line 65 of file gui_text.hpp.
Definition at line 72 of file gui_text.hpp.
float gui::text::letter::fU1 |
Definition at line 69 of file gui_text.hpp.
float gui::text::letter::fU2 |
Definition at line 70 of file gui_text.hpp.
float gui::text::letter::fV1 |
Definition at line 69 of file gui_text.hpp.
float gui::text::letter::fV2 |
Definition at line 70 of file gui_text.hpp.
float gui::text::letter::fX1 |
Definition at line 67 of file gui_text.hpp.
float gui::text::letter::fX2 |
Definition at line 68 of file gui_text.hpp.
float gui::text::letter::fY1 |
Definition at line 67 of file gui_text.hpp.
float gui::text::letter::fY2 |
Definition at line 68 of file gui_text.hpp.
Definition at line 71 of file gui_text.hpp.