TextFmt

omar 2023-03-23 19:00:04 +01:00
parent a4701cddf7
commit ab8cfede77

@ -304,6 +304,9 @@ Many more Node Editors at [#306](https://github.com/ocornut/imgui/issues/306).
**imgui_stdlib**: InputText() wrappers for C++ standard library (STL) type: std::string (2018-2022) **imgui_stdlib**: InputText() wrappers for C++ standard library (STL) type: std::string (2018-2022)
<BR> [in main repository](https://github.com/ocornut/imgui/tree/master/misc/cpp) <BR> [in main repository](https://github.com/ocornut/imgui/tree/master/misc/cpp)
**TextFmt()**: helper to use fmt (2023)
<BR> [pastebin](https://pastebin.com/QCnFhDMu)
**imgui_scoped**: Add some RAII-style wrappers **imgui_scoped**: Add some RAII-style wrappers
<BR> [#2096](https://github.com/ocornut/imgui/issues/2096), [#2197](https://github.com/ocornut/imgui/pull/2197) <BR> [#2096](https://github.com/ocornut/imgui/issues/2096), [#2197](https://github.com/ocornut/imgui/pull/2197)