Yuriy

Results 8 comments of Yuriy

@iocmet have u solved this issue?

Okay, I found a solution `ImGui.GetIO().Fonts.AddFontFromFileTTF("Assets/Fonts/RobotoMono-Regular.ttf", 22, null, fonts.GetGlyphRangesCyrillic());` It's works perfectly

Found the answer here -> https://github.com/ocornut/imgui/issues/307#issuecomment-134546806

U just took my youtube comment and turned it into pull requests -.-

Fixed the error by changing ImGui verstion from 1.87.3 -> 1.87.0 But you still have to put `imGuiImplGl3.NewFrame();` ![Screenshot 2024-08-31 184755](https://github.com/user-attachments/assets/bd006790-fa18-491d-9579-dffbb61eccbf)

> 1.87.0 also doesn't work for me, did you changed anything else? Yes. Changed the draw method by adding `imGuiImplGl3.newFrame();` ``` public static void draw(final RenderInterface runnable) { imGuiImplGl3.newFrame(); imGuiImplGlfw.newFrame();...

> Yes I read that, but even after adding it and downgrading to .0, it still doesn't render correctly. Strange. After restarting, on my side everything broke down again

Okay. I think this is a problem with the new version of ImGui-java because I downgraded to version 1.86.4, and it's working fine ![Screenshot 2024-08-31 234726](https://github.com/user-attachments/assets/ddbfd443-c7a4-41d6-9f36-99073c005b9f)