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