Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuring font size #60

Open
tijiang13 opened this issue Aug 6, 2024 · 1 comment
Open

Configuring font size #60

tijiang13 opened this issue Aug 6, 2024 · 1 comment

Comments

@tijiang13
Copy link

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:

  1. Currently, we cannot set the font scale in the configuration.
  2. 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

@kaufManu
Copy link
Contributor

Thanks for bringing this up - a pull request would be much appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants