WolfireGames / overgrowth

Open Source codebase of the game Overgrowth by Wolfire Games LLC
Apache License 2.0
2.51k stars 260 forks source link

Link "imgui_freetype" implementation #22

Closed feliwir closed 2 years ago

feliwir commented 2 years ago

Since we're using freetype anyways in this project we can also use the ImGui freetype implementation. From experience this improves the text quality for the ImGui overlay substantially. See https://github.com/ocornut/imgui/issues/618

I can do a PR for this if noone has any objections

feliwir commented 2 years ago

Fixed in #39