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

Method getHeight

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

Source from the content-addressed store, hash-verified

49int Label::getWidth() const { return _width; }
50
51int Label::getHeight() const { return _height; }
52
53void Label::getSize(int &width, int &height) const {
54 width = _width;

Callers 1

drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected