MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / InGameConsoleGetFontStyle

Function InGameConsoleGetFontStyle

src/openrct2-ui/interface/InGameConsole.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37static InGameConsole _inGameConsole;
38
39static FontStyle InGameConsoleGetFontStyle()
40{
41 return (Config::Get().interface.consoleSmallFont ? FontStyle::small : FontStyle::medium);
42}
43
44static int32_t InGameConsoleGetLineHeight()
45{

Callers 3

RefreshCaretMethod · 0.85
DrawMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected