ImGuiNET / ImGui.NET

An ImGui wrapper for .NET.
MIT License
1.8k stars 298 forks source link

Fix crash on passing empty span to ImDrawList::AddText #443

Closed ZingBallyhoo closed 7 months ago

ZingBallyhoo commented 8 months ago

Context: in the current version, passing an empty span to ImDrawList::AddText will cause crash in Encoding. The manually written methods were also not fixed for #436

zaafar commented 7 months ago

i will try to get this merge this weekend.