Categories > Coding > C++ >
ImGui - Building the FontAtlas makes Roblox Laggy
Posted
I want to load an custom Font File which unfortunately does not really work out for me.
This is the piece of code i am using to load an TTF Font and Build the FontAtlas
ImGuiIO& io = ImGui::GetIO();
io.Fonts->AddFontFromFileTTF("C:\\Config\\cream-DEMO.ttf", 16.0f); //dir exists
io.Fonts->Build(); //makes app laggy
The ImGui won't even show up, roblox's fps just drop to 5. Without custom Loaded font everything works fine for me.
Who's Deez?
Replied
directx hook then render
Cancel
Post
Who's Deez?
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post