MCPcopy 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
336int32_t FontGetLineHeightSmall(FontStyle fontStyle)
337{
338 return FontGetLineHeight(fontStyle) / 2;
339}
340
341bool FontSupportsStringSprite(const utf8* text)
342{

Callers 1

processFormatCodeFunction · 0.85

Calls 1

FontGetLineHeightFunction · 0.85

Tested by

no test coverage detected