|
Wrath of Zeus
Made by Torchlight Games for CSE 125 SP24
|
#include <centertext.hpp>
Static Public Member Functions | |
| static Widget::Ptr | make (std::string text, font::Font font, font::Size size, font::Color color, std::shared_ptr< font::Loader > fonts, float y_pos) |
| Constructs a unique_ptr for a Flexbox widget that contains a DynText widget. More... | |
This widget is a special kind of "Macro Widget" which essentially acts as a wrapper around a more complex internal structure to make a piece of text that is centered horizontally across the screen.
|
static |