MCPcopy Create free account
hub / github.com/RevoSucks/BM64Recomp / Span

Method Span

src/ui/elements/ui_span.cpp:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace recompui {
6
7 Span::Span(Element *parent) : Element(parent, 0, "span", true) {
8 set_font_style(FontStyle::Normal);
9 }
10
11 Span::Span(Element *parent, const std::string &text) : Span(parent) {
12 set_text(text);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected