Skip to content

Commit d08303a

Browse files
committed
improved wording
1 parent f36fe03 commit d08303a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Trivial example on how to write Win32 DPI-aware GUI application that scales prop
55
## In a nutshell
66

77
* Primary monitor is usually at System DPI (unless changed without restart)
8-
* Other monitors can be at lower DPI than System
9-
* All metrics normally reported to the application are in System DPI
8+
* Other monitors can be at higher or lower DPI than System
9+
* All metrics normally (pre-v2) reported to the application are in System DPI
1010
* Some APIs (GetThemeFont) scale the reported values when in PerMonitorV2 awareness mode
1111
* It's error-prone to call GetSystemMetrics wherever needed and scale manually, precompute these
12-
* Mostly everything derives from font size. Recreate fonts on DPI change, remember height, rescale accordingly
12+
* Mostly everything derives metrics from font size: recreate fonts on DPI change, remember height, rescale accordingly
1313
* Window and Taskbar icons sizes change too
1414

1515
## Manifest

0 commit comments

Comments
 (0)