Platform and Equinox API
Platform Changes |
|
SWT Changes |
|
Monitor-Specific UI Rescaling in Display Class (Windows only) |
The API methods
Note that in order to work as expected, enabling the rescaling at runtime functionality will also set the DPI awareness of the Display's thread to PerMonitorV2. This happens even if the DPI awareness of the Java process itself is set to some different value.
To ensure backwards compatibility, this feature is disabled by default. The feature has to be enabled for a
Note: Those methods will currently only have an effect on Windows. |