-
Notifications
You must be signed in to change notification settings - Fork 21
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
Increase Font size #1548
Comments
This was referenced Feb 15, 2025
Merged
Merged
Merged
Merged
This was referenced Feb 22, 2025
Merged
Merged
Merged
This was referenced Feb 25, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A common complaint for users, especially with 4k monitors, is the font sizes are too small.
At this point, we should probably be designing for an audience that likely has 4k monitors. There might be a few stuck at 1080p, perhaps for lower end laptops, so maybe not forget about that end, but I think the target should be 4k.
Currently the font sizes are hardcoded in
appOPHD/Constants/UiConstants.h
:Maybe we should start by adjusting these constants, even if we don't have in-game resize capability yet.
Edit: Related:
Many UI elements will need to be resized for larger fonts. That would be easier with layout containers that could automatically position and size controls.
The text was updated successfully, but these errors were encountered: