Comment on ImHex – A Hex EditorparentComments−Comevius4yThe default ImGui rasterizer (imstb_truetype) is rubbish. The new rasterizer (imgui_freetype) should be used instead.https://github.com/ocornut/imgui/tree/master/misc/freetype−TillE4yI wouldn't call it "new", it's been around as an optional component for years, and yeah it's a huge improvement.I get why they might want ImGui to be a self-contained thing without a FreeType dependency, but FreeType should probably still be the default.
Comments
The default ImGui rasterizer (imstb_truetype) is rubbish. The new rasterizer (imgui_freetype) should be used instead.
https://github.com/ocornut/imgui/tree/master/misc/freetype
I wouldn't call it "new", it's been around as an optional component for years, and yeah it's a huge improvement.
I get why they might want ImGui to be a self-contained thing without a FreeType dependency, but FreeType should probably still be the default.