[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

@@ -46,7 +46,6 @@ static inline double util_clamp(double x, double min, double max)
return x;
}
#define DEFAULT_FONT_NAME "DejaVu Sans Mono"
char * util_getUIFont(const char * fontName);
#endif