You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since v. 1.92 (June 2025), Dear ImGUI now has a dynamic font atlas system (no need to pre-build the fonts with pre-defined sizes). This will introduce a couple of changes (mostly in the Application class, and this will make it simpler).
Since v. 1.92 (June 2025), Dear ImGUI now has a dynamic font atlas system (no need to pre-build the fonts with pre-defined sizes). This will introduce a couple of changes (mostly in the
Applicationclass, and this will make it simpler).References: