Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
int Label::getHeight() const { return _height; }
52
53
void Label::getSize(int &width, int &height) const {
54
width = _width;
55
height = _height;
56
}
57
58
void Label::draw(const int x, const int y) const {
59
if (!_texture || _text.empty())
Callers
1
addNextItem
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected