Fonts: Added macros to disable ProggyClean/ProggyVector separately. (#9407)

This commit is contained in:
qwer
2026-05-20 21:07:56 -07:00
committed by ocornut
parent 243097ca8f
commit ac07da2b5b
3 changed files with 18 additions and 9 deletions

View File

@@ -52,6 +52,9 @@ Other Changes:
- InputText:
- Added style.InputTextCursorSize to configure cursor/caret thickness. (#7031, #9409)
This is automatically scaled by style.ScaleAllSizes().
- Fonts:
- Added `IMGUI_DISABLE_DEFAULT_FONT_BITMAP`/`IMGUI_DISABLE_DEFAULT_FONT_VECTOR` to
disable embedding either fonts separately. (#9407)
- Demo:
- Extract 'Widgets->Tree Nodes->Selectable Nodes' out of the 'Advanced'
demo for clarity (manual reimplementation of basic selection).