mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Fixed font size issue with oversampling
This commit is contained in:
@@ -39,7 +39,7 @@ namespace ImGuiToolkit
|
||||
FONT_MONO,
|
||||
FONT_LARGE
|
||||
} font_style;
|
||||
void SetFont(font_style type, const std::string &ttf_font_name, int pointsize);
|
||||
void SetFont(font_style type, const std::string &ttf_font_name, int pointsize, int oversample = 2);
|
||||
void PushFont(font_style type);
|
||||
|
||||
// color of gui items
|
||||
|
||||
Reference in New Issue
Block a user