mirror of
https://github.com/ocornut/imgui.git
synced 2026-05-28 15:55:56 +00:00
Fonts: Added macros to disable ProggyClean/ProggyVector separately. (#9407)
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user