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

Native code to support DPI changes #24

Open
owenpshaw opened this issue May 6, 2020 · 2 comments
Open

Native code to support DPI changes #24

owenpshaw opened this issue May 6, 2020 · 2 comments
Assignees

Comments

@owenpshaw
Copy link
Contributor

Research what, if anything, can be done with generic handlers such as Registry, System Settings, or SPI. Implement custom native code if necessary.

@kaspermarkus
Copy link

@owenpshaw Could you elaborate what the task is here? Is this about making the current handlers more generic, or how best to support DPI changes?

@christopher-rtf
Copy link
Contributor

@kaspermarkus -- I believe that this refers to adding a "screen DPI" native settings handler for the "zoom text" buttons in future builds of Morphic Lite for Windows.

In MVP10, Morphic Lite uses screen resolution (e.g. 1024x768, 1920x1080, etc.) as a proxy for changing the size of text/images. Morphic Classic uses a reverse-engineered hook into Windows 10's "screen magnification" functionality (e.g. 100%, 125%, 150%, etc.). Adding that was cut from the feature list for MVP10. I believe it's going to be added with MVP20+ (which is why this ticket was created, as a placeholder to make sure it gets added).

@stegru stegru self-assigned this Jun 8, 2020
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

4 participants