Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TurningWheel/Barony
/ getNumTextLines
Method
getNumTextLines
src/ui/Field.cpp:895–897 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
893
}
894
895
int Field::getNumTextLines() const {
896
return Text::get(text, font.c_str(), textColor, outlineColor)->getNumTextLines();
897
}
898
899
SDL_Rect Field::getAbsoluteSize() const
900
{
Callers
12
createBook
Method · 0.45
updateShopGUIChatter
Function · 0.45
updateShop
Method · 0.45
drawMainCard
Method · 0.45
updateTinkerMenu
Method · 0.45
updateAlchemyMenu
Method · 0.45
updateFeatherMenu
Method · 0.45
updateItemEffectMenu
Method · 0.45
updateAssistShrine
Method · 0.45
updateMailMenu
Method · 0.45
updateSignGUI
Method · 0.45
updateFrameTooltip
Method · 0.45
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected