1.2.0
These notes are also available on the changelog.
This is a patch release which addresses the breaking changes in Dear ImGui v1.92.0. It drops support for previous Dear ImGui versions.
Improvements
- Updated the use of
ImFont::CalcWordWrapPosition()and added use ofImGui::GetFontBaked(). This allows word-wrapped text selection to work with dynamic font rendering introduced in Dear ImGui v1.92.0.