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