Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ getLineHeight
Method
getLineHeight
src/OpenLoco/src/Graphics/TextRenderer.cpp:2117–2120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2115
}
2116
2117
uint16_t TextRenderer::getLineHeight(Font font)
2118
{
2119
return Impl::getLineHeight(font);
2120
}
2121
2122
uint16_t TextRenderer::getSmallerLineHeight(Font font)
2123
{
Callers
1
draw
Method · 0.80
Calls
1
getLineHeight
Function · 0.85
Tested by
no test coverage detected