Skip to content

Space is not spacing! #7

@abumettleq

Description

@abumettleq

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());

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions