lihas / windows-DPI-scaling-sample

App To mimic getting and setting DPI scaling for displays on a system
The Unlicense
109 stars 22 forks source link

UI: The setting is not for DPI, but scaling percentage #4

Open rbukovansky opened 3 years ago

rbukovansky commented 3 years ago

Hi, I can see you use DPI in your labels, that's not accurate. Those numbers are percentages of scaling. 100 = 100 % = 1 dot = 1px. With 125 it is 125 % = 1 dot = 1,25 px, etc.