Fonts: adding new fonts after removing all fonts mid-frame properly updates current state.

This commit is contained in:
ocornut
2026-01-21 19:53:31 +01:00
parent cb3b7ff4fb
commit 3aba95060e
2 changed files with 7 additions and 0 deletions

View File

@@ -128,6 +128,7 @@ Other Changes:
is enabled, creating side-effects when later disabling hinting or
dynamically switching to stb_truetype rasterizer.
- Post rescale GlyphOffset is always rounded.
- Adding new fonts after removing all fonts mid-frame properly updates current state.
- Textures:
- Fixed a building issue when ImTextureID is defined as a struct.
- Fixed displaying texture # in Metrics/Debugger window.