MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / TextView

Method TextView

src/ui/TextView.cpp:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include "TextView.h"
6
7UI::TextView::TextView(Engine::BaseEngine& e)
8 : View(e)
9 , m_Font("FONT_OLD_20_WHITE.FNT")
10{
11 setAlignment(A_Center);
12}
13
14UI::TextView::~TextView()
15{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected