Replies: 1 comment
-
Yes floem is DPI aware and will actively change the window scale as a window is dragged to monitors with different DPI. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I run multiple monitors on my Windows 11 development workstation. All monitors are 4k, but I sometimes have them configured at different DPI scaling settings in the Windows display settings (eg. 150% versus 175%).
Is there a way to tell Floem that I need my application to be DPI "aware" so that the operating system doesn't try to scale up the UI unnecessarily?
Here's a good article on the topic: https://learn.microsoft.com/en-us/windows/win32/hidpi/high-dpi-desktop-application-development-on-windows
NOTE: I am asking this question for community awareness, in case anyone else Google's a similar question. I haven't actually tested any Floem application on that system yet.
Beta Was this translation helpful? Give feedback.
All reactions