mirror of
https://github.com/ocornut/imgui.git
synced 2026-02-09 04:50:11 +00:00
Fonts: adding new fonts after removing all fonts mid-frame properly updates current state.
This commit is contained in:
parent
cb3b7ff4fb
commit
3aba95060e
2 changed files with 7 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue