#include <IRenderer.hpp>
Public Attributes | |
std::string | font_name |
Color | color |
std::string | content |
unsigned int | size |
float | x |
float | y |
std::string | name |
Definition at line 22 of file IRenderer.hpp.
Color eng::Text::color |
Definition at line 25 of file IRenderer.hpp.
std::string eng::Text::content |
Definition at line 26 of file IRenderer.hpp.
std::string eng::Text::font_name |
Definition at line 24 of file IRenderer.hpp.
std::string eng::Text::name |
Definition at line 30 of file IRenderer.hpp.
unsigned int eng::Text::size |
Definition at line 27 of file IRenderer.hpp.
float eng::Text::x |
Definition at line 28 of file IRenderer.hpp.
float eng::Text::y |
Definition at line 29 of file IRenderer.hpp.