You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: