Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
int Label::getWidth() const { return _width; }
50
51
int Label::getHeight() const { return _height; }
52
53
void Label::getSize(int &width, int &height) const {
54
width = _width;
Callers
1
draw
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected