#include #include #include void UILabel::setText(const std::string& text) { m_text = text; // text size changed, reaplly skin if(getSkin()) getSkin()->apply(this); }