mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
cleanup font size
This commit is contained in:
@@ -705,8 +705,8 @@ void ImGuiToolkit::SetFont(ImGuiToolkit::font_style style, const std::string &tt
|
||||
ImFontConfig font_config;
|
||||
fontname.copy(font_config.Name, 40);
|
||||
font_config.FontDataOwnedByAtlas = false; // data will be copied in font atlas
|
||||
font_config.OversampleH = 7;
|
||||
font_config.OversampleV = 3;
|
||||
font_config.OversampleH = 5;
|
||||
font_config.OversampleV = 5;
|
||||
|
||||
// read font in Resource manager
|
||||
size_t data_size = 0;
|
||||
|
||||
Reference in New Issue
Block a user