mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-06 10:44:01 +00:00
[client] imgui: make UI font and size configurable
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user