24#include <guichan/widgets/label.hpp>
42 Label(
const std::string &caption);
void setShadowColor(std::optional< gcn::Color > color)
Sets the color of the shadow.
std::optional< gcn::Color > mShadowColor
void draw(gcn::Graphics *graphics) override
Draws the label.
std::optional< gcn::Color > mOutlineColor
void setOutlineColor(std::optional< gcn::Color > color)
Sets the color of the outline.