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

Method getSize

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

Source from the content-addressed store, hash-verified

51int Label::getHeight() const { return _height; }
52
53void Label::getSize(int &width, int &height) const {
54 width = _width;
55 height = _height;
56}
57
58void Label::draw(const int x, const int y) const {
59 if (!_texture || _text.empty())

Callers 1

addNextItemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected