Tileson
1.3.0
A helpful json parser for Tiled maps
|
#include <Text.hpp>
Public Member Functions | |
Text ()=default | |
Text (std::string _text, bool _wrap, tson::Colori _color) | |
Public Attributes | |
std::string | text |
tson::Colori | color |
bool | wrap {} |
|
inlinedefault |
|
inline |
_text | Text |
_wrap | If the text is marked as wrapped |
tson::Colori tson::Text::color |
std::string tson::Text::text |
bool tson::Text::wrap {} |