make text bigger

This commit is contained in:
2025-03-29 16:49:45 +01:00
parent 095dbfb0b9
commit 7ecd47f20c

View File

@@ -102,7 +102,7 @@ int main(int, char**) {
// io.Fonts->GetGlyphRangesJapanese()); IM_ASSERT(font != nullptr);
ImFontConfig cfg;
cfg.SizePixels = 30;
cfg.SizePixels = 40;
io.Fonts->AddFontDefault(&cfg);
ImVec4 clear_color = ImVec4(0.45f, 0.55f, 0.60f, 1.00f);