Fix small font for gl

pull/58/head
jackun 4 years ago
parent c88b930a37
commit 4761078133
No known key found for this signature in database
GPG Key ID: 119DB3F1D05A9ED3

@ -102,6 +102,7 @@ void imgui_create(void *ctx)
state.font = io.Fonts->AddFontFromMemoryCompressedBase85TTF(ttf_compressed_base85, font_size, &font_cfg, glyph_ranges);
state.font1 = io.Fonts->AddFontFromMemoryCompressedBase85TTF(ttf_compressed_base85, font_size * 0.55, &font_cfg, glyph_ranges);
sw_stats.font1 = state.font1;
engineName = "OpenGL";
}

Loading…
Cancel
Save