Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Correct Implementation for HiDPI

Am 15.05.2018 um 11:35 schrieb Sravan K Lakkimsetti:
Hi,

SWT scales automatically on Windows and Linux. Application won't have access to the screen coordinates. SWT does call a callback to the application for a new image when required (SWT supplies scale factor when it requests). If you use imageproviders(or imagedescriptor) you'll get sharper images otherwise the images and drawing gets scaled automatically will result in slightly blurred images.

interesting. In which SWT version was this introduced?

Best regards,
-Stephan



Back to the top