mirror of
https://github.com/ocornut/imgui.git
synced 2026-03-26 10:22:01 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user