MCPcopy 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
132int ContentsTextHeight()
133{
134 return PanelHeight - HeaderHeight() - DividerLineMarginY() - 2 * ContentPaddingY() - BlankLineHeight();
135}
136
137int NumVisibleLines()
138{

Callers 2

NumVisibleLinesFunction · 0.70
DrawHelpFunction · 0.70

Calls 4

HeaderHeightFunction · 0.70
DividerLineMarginYFunction · 0.70
ContentPaddingYFunction · 0.70
BlankLineHeightFunction · 0.70

Tested by

no test coverage detected