Wrapper for text styles.
Definition TextStyle.hpp:55
constexpr bool isSet() const
Checks if a style was set.
Definition TextStyle.hpp:107
TextStyles(const char *string)
Creates the object from a string representing the text styles.
constexpr TextStyles(unsigned int style)
Creates the object from one or more tgui::TextStyle::Style enum members.
Definition TextStyle.hpp:78
TextStyles(const String &string)
Creates the object from a string representing the text styles.
constexpr TextStyles()
Creates the object without a text style.
Definition TextStyle.hpp:63