Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ FontGetLineHeightSmall
Function
FontGetLineHeightSmall
src/openrct2/drawing/Font.cpp:336–339 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
334
}
335
336
int32_t FontGetLineHeightSmall(FontStyle fontStyle)
337
{
338
return FontGetLineHeight(fontStyle) / 2;
339
}
340
341
bool FontSupportsStringSprite(const utf8* text)
342
{
Callers
1
processFormatCode
Function · 0.85
Calls
1
FontGetLineHeight
Function · 0.85
Tested by
no test coverage detected