mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
imgui_freetype: Fixed crash when FT_Render_Glyph() returns NULL (which apparently happens with Freetype 2.11). (#4394, #4145 ?)
This commit is contained in:
parent
6afe9bbb45
commit
68f428b449
2 changed files with 7 additions and 2 deletions
|
|
@ -40,9 +40,12 @@ Breaking Changes:
|
|||
Can use 'GetWindowContentRegionMax().x - GetWindowContentRegionMin().x' instead but it's not
|
||||
very useful in practice, and the only use of it in the demo was illfit.
|
||||
|
||||
|
||||
Other Changes:
|
||||
|
||||
- imgui_freetype: Fixed crash when FT_Render_Glyph() fails to render a glyph and returns NULL
|
||||
(which apparently happens with Freetype 2.11). (#4394, #4145?).
|
||||
|
||||
|
||||
-----------------------------------------------------------------------
|
||||
VERSION 1.84.2 (Released 2021-08-23)
|
||||
-----------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue