1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-09 23:54:20 +00:00

Demo: added basic Fonts section under main demo (same as Metrics one) for visibility.

This commit is contained in:
ocornut 2025-05-05 19:39:56 +02:00
parent c5e2bb7cd1
commit afd3a36f69
3 changed files with 41 additions and 4 deletions

View file

@ -2020,6 +2020,7 @@ struct ImGuiMetricsConfig
int ShowTablesRectsType = -1;
int HighlightMonitorIdx = -1;
ImGuiID HighlightViewportID = 0;
bool ShowFontPreview = true;
};
struct ImGuiStackLevelInfo