mirror of
https://github.com/ocornut/imgui.git
synced 2026-02-08 04:40:09 +00:00
imgui_freetype: Fixed a crash in build font atlas when using merged fonts and the first font in a merged set has no loaded glyph. (#8081)
This commit is contained in:
parent
3543dfda95
commit
3b683927ee
2 changed files with 5 additions and 2 deletions
|
|
@ -72,6 +72,8 @@ Other changes:
|
|||
automatically copy window contents into clipboard using CTRL+C. This is experimental
|
||||
because (1) it currently breaks on nested Begin/End, (2) text output quality varies,
|
||||
and (3) text output comes in submission order rather than spatial order.
|
||||
- imgui_freetype: Fixed a crash in build font atlas when using merged fonts and the
|
||||
first font in a merged set has no loaded glyph. (#8081)
|
||||
- Backends: DX12: Unmap() call specify written range. The range is informational and
|
||||
may be used by debug tools.
|
||||
- Backends: SDL2: Replace SDL_Vulkan_GetDrawableSize() forward declaration with the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue