MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / Label

Method Label

src/Abyss/UI/Label.cpp:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17Label::Label(const Concepts::FontRenderer &fontRenderer) : _fontRenderer(&fontRenderer) {}
18
19Label::Label(const Concepts::FontRenderer &fontRenderer, const SDL_Color color, const std::string_view text) : _fontRenderer(&fontRenderer) {
20 setText(text);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected