Hello, There.
I'm trying to create my own window for a game that I'm developing an extension system to.
After creating the window with an Arabic title, the title is not showing spaces between Arabic words.
See the code usage snippet below,
std::string noticeText = ArabicType::ConvertToFAGlyphs(u8"عدد التسيجلات المسموح بها يعاد ضبطها بالسادسة صباحا");
ImGui::TextUnformatted(noticeText.c_str());

Hello, There.
I'm trying to create my own window for a game that I'm developing an extension system to.
After creating the window with an Arabic title, the title is not showing spaces between Arabic words.
See the code usage snippet below,