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:
parent
c5e2bb7cd1
commit
afd3a36f69
3 changed files with 41 additions and 4 deletions
|
|
@ -2020,6 +2020,7 @@ struct ImGuiMetricsConfig
|
|||
int ShowTablesRectsType = -1;
|
||||
int HighlightMonitorIdx = -1;
|
||||
ImGuiID HighlightViewportID = 0;
|
||||
bool ShowFontPreview = true;
|
||||
};
|
||||
|
||||
struct ImGuiStackLevelInfo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue