Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/DevilutionX
/ ContentsTextHeight
Function
ContentsTextHeight
Source/help.cpp:132–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
}
131
132
int ContentsTextHeight()
133
{
134
return PanelHeight - HeaderHeight() - DividerLineMarginY() - 2 * ContentPaddingY() - BlankLineHeight();
135
}
136
137
int NumVisibleLines()
138
{
Callers
2
NumVisibleLines
Function · 0.70
DrawHelp
Function · 0.70
Calls
4
HeaderHeight
Function · 0.70
DividerLineMarginY
Function · 0.70
ContentPaddingY
Function · 0.70
BlankLineHeight
Function · 0.70
Tested by
no test coverage detected