5#include "UIComponent.h"
182 void SetText(
const std::string& text, std::string fontKey);
205 friend class UIAttorney;
Represents a font in the SUNENGINE.
Definition SpriteFont.h:19
Represents a string of sprites in the SUNENGINE.
Definition SpriteString.h:18
Abstract base class for UI-related command objects.
Definition UICommand.h:32
Abstract base class for all UI components.
Definition UIComponent.h:32