Problem this feature should fix
Fonts don't render super well when very small. This is because we use ImGui's truetype implementation, instead of freetype.
Expected solution
Update ImGui to use freetype. Ideally we would want to be able to support icons (like font-awesome?) or maybe nerd fonts.
I guess we should build freetype as a dependency.
How to doc: https://github.com/ocornut/imgui/blob/master/misc/freetype/README.md
Problem this feature should fix
Fonts don't render super well when very small. This is because we use ImGui's truetype implementation, instead of freetype.
Expected solution
Update ImGui to use freetype. Ideally we would want to be able to support icons (like font-awesome?) or maybe nerd fonts.
I guess we should build freetype as a dependency.
How to doc: https://github.com/ocornut/imgui/blob/master/misc/freetype/README.md