Oscar

Results 10 comments of Oscar

Hello, i made a fork of FarsiType with some changes & fixes. I added: Urdu support, something like BIDI and special connections like: لا. https://github.com/oscar7070/RTLScript ![Fixed](https://github.com/ocornut/imgui/assets/56559647/d1ce2371-a9ad-440f-9e81-b439fcf19643)

I am sorry, i made some changes: https://github.com/oscar7070/RTLType. I have deleted all versions with my license. And i thing i don't actually know how the pull request works, i didn't...

It's because you use the newer version of c++ you need to change the fa_AlphabetsAllForms collection in FarsiType.cpp to this: And make sure that you are using utf-8 in your...

You need all of this for Arabic/Farsi and Hebrew if it's still show you questions try to use other font. const ImWchar ranges[] = { 0x0020, 0x00FF, // Latin 0x0600,...

The problem is in the file name the font name is "GoNotoCurrent-Regular.ttf" and your GoNotoKurrent-Regular.ttf" you are using K on Current and not C.

// Setup Dear ImGui context IMGUI_CHECKVERSION(); ImGui::CreateContext(); ImGuiIO& io = ImGui::GetIO(); (void)io; io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard; io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad; io.ConfigFlags |= ImGuiConfigFlags_DockingEnable; io.ConfigFlags |= ImGuiConfigFlags_NavEnableSetMousePos; io.ConfigFlags |= ImGuiConfigFlags_IsSRGB; io.IniFilename = nullptr;...

Check your project properties. ![Screenshot_367](https://github.com/AmyrAhmady/FarsiType/assets/56559647/b067dd15-c4b1-4383-98cf-95e34f08d3e9) ![Screenshot_368](https://github.com/AmyrAhmady/FarsiType/assets/56559647/b89f907b-e721-4e42-8111-f9febce5edd3)

Did you found how to fix it? i have the same issue.

It's will be cool to also add window with frame(to resize) but with no titlebar. So please add it. 😉