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

Egui fonts don't render properly when screen dpi changes #80

Open
DGriffin91 opened this issue Aug 12, 2024 · 0 comments
Open

Egui fonts don't render properly when screen dpi changes #80

DGriffin91 opened this issue Aug 12, 2024 · 0 comments

Comments

@DGriffin91
Copy link
Contributor

DGriffin91 commented Aug 12, 2024

Initial pixels_per_point of 1.25 (monitor set to 125% in windows 10)
a

After moving window to monitor with pixels_per_point of 1.0 (monitor set to 100% in windows 10)
b

Looking at the texture in renderdoc. It appears that the texture content does not change when moved to the other monitor. In other Egui implementations it appears the texture content does change when moved. (If moved from the 1.25 monitor to the 1.0 monitor, other impls show the texture content shrinking respectively, though the texture extents remain the same)

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

1 participant