aitviewer
aitviewer copied to clipboard
Configuring font size
Hello guys,
I've noticed that the ImGui font can appear very blurry on high-resolution displays, so I dug into the code a bit and have two findings:
- Currently, we cannot set the font scale in the configuration.
- In the current implementation, the custom font is added without clearing the built-in fonts. Consequently, the font scale is only applied to the scene editor GUI and not to the playback GUI or menu items.
I've made a small tweak to make font size configurable and would be happy to share the code if you’d like. Please let me know if a pull request would be helpful.
Best, Tianjian
Thanks for bringing this up - a pull request would be much appreciated!