Class for drawing strings of text.
MYGL_EXPORT void setFont(my::Font &font)
Changes the font.
MYGL_EXPORT Text(const std::string &text, my::Font &font, unsigned int size=30u)
Creates a text object.
MYGL_EXPORT ~Text() override
Default destructor.
MYGL_EXPORT const std::string & getContent() const
Returns the text that is currently displayed.
MYGL_EXPORT Text()
Default constructor, creates an empty string.
MYGL_EXPORT void setContent(const std::string &text)
Sets the displayed text's content.
MYGL_EXPORT void setFontSize(unsigned int size)
Changes the character size.
Class for storing textures.