Oxygen Engine
Modern C++ 3D Engine using OpenGL
|
Public Member Functions | |
void | setText (const std::string &text) |
std::string | getText () |
void | setAlign (const int &align) |
int | getAlign () |
Protected Attributes | |
int | _align |
std::string | _text |
std::vector< std::string > | _text_lines |