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