1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-09 23:54:20 +00:00

imgui_freetype: fixed overwriting ImFontConfig::PixelSnapH when hinting is enabled.

Fix/amend 99f6b305c1.
This commit is contained in:
ocornut 2025-12-22 17:51:24 +01:00
parent d87650dffb
commit 9055c9ed22
3 changed files with 8 additions and 7 deletions

View file

@ -67,6 +67,10 @@ Other Changes:
- Fonts:
- Fixed an issue related to EllipsisChar handling, while changing
font loader or font loader flags dynamically in Style->Fonts menus.
- imgui_freetype: fixed overwriting ImFontConfig::PixelSnapH when hinting
is enabled, creating side-effects when later disabling hinting or
dynamically switching to stb_truetype rasterizer.
which would prevent
- Textures:
- Fixed a building issue when ImTextureID is defined as a struct.
- Fixed displaying texture # in Metrics/Debugger window.