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