[client] imgui: make UI font and size configurable

This commit is contained in:
Quantum
2021-07-23 00:22:04 -04:00
committed by Geoffrey McRae
parent 5d053128ac
commit 436986d182
4 changed files with 20 additions and 3 deletions

View File

@@ -154,6 +154,8 @@ struct AppParams
bool quickSplash;
bool alwaysShowCursor;
uint64_t helpMenuDelayUs;
const char * uiFont;
int uiSize;
unsigned int cursorPollInterval;
unsigned int framePollInterval;