Fonts: added IMGUI_DISABLE_DEFAULT_FONT macro. (#8161)

This commit is contained in:
chuikingshek
2024-11-19 02:36:26 +08:00
committed by ocornut
parent eb0ad66d88
commit 5ae3dd52a0
3 changed files with 14 additions and 0 deletions

View File

@@ -53,6 +53,8 @@ Other changes:
- Error Handling: fixed cases where recoverable error handling would crash when
processing errors outside of the NewFrame()..EndFrame() scope. (#1651)
- Misc: added IMGUI_DISABLE_DEFAULT_FONT to strip embedded font from binary. (#8161)
[@demonese]
- Demo: example tree used by Property Editor & Selection demos properly freed
on application closure. (#8158) [@Legulysse]
- Examples: Win32+DX12: Using a basic free-list allocator to manage multiple